freebsd-ports/textproc/p5-XML-MyXML/Makefile
2013-03-12 10:44:24 +00:00

19 lines
386 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= XML-MyXML
PORTVERSION= 0.09.87
PORTEPOCH= 1
DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/}
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A simple-to-use XML module parsing and creating XML documents
PERL_CONFIGURE= yes
MAN3= XML::MyXML.3
.include <bsd.port.mk>