freebsd-ports/textproc/p5-XML-MyXML/Makefile

24 lines
464 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-XML-MyXML
# Date created: 2007-04-30
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= XML-MyXML
2007-10-30 12:57:46 +01:00
PORTVERSION= 0.09.86
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>