freebsd-ports/devel/p5-ParseTemplate/Makefile
Frederic Culot bb5e018ab1 Update to 3.07.
Changes:	http://search.cpan.org/dist/ParseTemplate/Changes
Approved by:	sahil@ (mentor), wen@ (mentor)
2010-10-22 05:29:37 +00:00

21 lines
426 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.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN/Parse
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Processor for templates containing Perl expressions
PERL_CONFIGURE= yes
MAN3= Parse::Template.3
.include <bsd.port.mk>