1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/textproc/p5-XML-Tiny/Makefile
2021-04-06 16:31:07 +02:00

22 lines
434 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
PORTNAME= XML-Tiny
PORTVERSION= 2.07
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple lightweight parser for a subset of XML
LICENSE= ART10 GPLv2
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC.txt
LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>