mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
18 lines
345 B
Makefile
18 lines
345 B
Makefile
# Created by: Adam Herzog <adam@herzogdesigns.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-Writer
|
|
PORTVERSION= 0.625
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:JOSEPHW
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple Perl module for writing XML documents
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|