Files
ports/textproc/p5-XML-Writer/Makefile
T
Sunpoet Po-Chuan Hsieh 1d46f173c4 Update to 0.900
- Sort PLIST

Changes:	https://metacpan.org/changes/distribution/XML-Writer
2020-10-10 07:47:19 +00:00

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>