ports/textproc/p5-Text-NeatTemplate/Makefile
2017-09-15 08:58:46 +00:00

22 lines
452 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>