1d46f173c4
- Sort PLIST Changes: https://metacpan.org/changes/distribution/XML-Writer
22 lines
371 B
Makefile
22 lines
371 B
Makefile
# Created by: Adam Herzog <adam@herzogdesigns.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-Writer
|
|
PORTVERSION= 0.900
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple Perl module for writing XML documents
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|