mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
24 lines
487 B
Makefile
24 lines
487 B
Makefile
PORTNAME= XML-MyXML
|
|
PORTVERSION= 1.08
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple-to-use XML module parsing and creating XML documents
|
|
WWW= https://metacpan.org/release/XML-MyXML
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
TEST_DEPENDS= p5-Test-Simple>=1.302188:devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|