bc3341e43c
- Add LICENSE (Artistic 1 & GPL 1) - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/ParseTemplate/Changes
30 lines
604 B
Makefile
30 lines
604 B
Makefile
# New ports collection makefile for: p5-ParseTemplate
|
|
# Date created: 03 August 2010
|
|
# Whom: Frederic Culot <frederic@culot.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ParseTemplate
|
|
PORTVERSION= 3.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN/Parse
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Processor for templates containing Perl expressions
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Parse::Template.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|