6b3465fc58
Changes: http://search.cpan.org/dist/ParseTemplate/Changes PR: ports/149698 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer
21 lines
427 B
Makefile
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>
|