aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-ParseTemplate/Makefile
blob: 92e66e732355d1bbd15c226b905951e9ef369d77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	ParseTemplate
PORTVERSION=	3.08
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN/Parse
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Processor for templates containing Perl expressions
WWW=		https://metacpan.org/release/ParseTemplate

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>