freebsd-ports/textproc/p5-XML-MyXML/Makefile
Cheng-Lung Sung 0f8447a3bf Add p5-XML-MyXML 0.09766, a simple-to-use XML module parsing and
creating XML documents.

PR:		ports/112261
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-05-01 02:03:31 +00:00

22 lines
432 B
Makefile

# New ports collection makefile for: p5-XML-MyXML
# Date created: 2007-04-30
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= XML-MyXML
PORTVERSION= 0.09766
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= A simple-to-use XML module parsing and creating XML documents
PERL_CONFIGURE= yes
MAN3= XML::MyXML.3
.include <bsd.port.mk>