freebsd-ports/devel/p5-ParseTemplate/Makefile
Andrej Zverev 6b3465fc58 Update to 3.05.
Changes: http://search.cpan.org/dist/ParseTemplate/Changes

PR:		ports/149698
Submitted by:	Frederic Culot <frederic@culot.org>
Approved by:	maintainer
2010-08-17 08:19:05 +00:00

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