mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
21 lines
446 B
Makefile
21 lines
446 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-MyXML
|
|
PORTVERSION= 0.09.89
|
|
PORTEPOCH= 1
|
|
DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple-to-use XML module parsing and creating XML documents
|
|
|
|
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::MyXML.3
|
|
|
|
.include <bsd.port.mk>
|