freebsd-ports/textproc/p5-Text-NeatTemplate/Makefile
Sunpoet Po-Chuan Hsieh 1344f085d7 Update to 0.1101
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Text-NeatTemplate/Changes
2017-03-11 15:59:13 +00:00

22 lines
451 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= Text-NeatTemplate
PORTVERSION= 0.11.01
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Fast, middleweight template engine
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>