aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Acme-Comment/Makefile
blob: 35235ed9c48f2feb75f943fa870ef3577683a3ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	devel/p5-Acme-Comment
# Date created:				2012-07-18
# Whom:					Marcello Coutinho <marcellocoutinho@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	Acme-Comment
PORTVERSION=	1.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	marcellocoutinho@gmail.com
COMMENT=	Allow multi-line comments which are filtered out

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		Acme::Comment.3

.include <bsd.port.mk>