blob: 9b95a24593be6249218cae67d78e866d91d7df03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.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>
|