aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-B-Keywords/Makefile
blob: 9f1f529fc2ac100b7168866ced92afdbd97b04c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$

PORTNAME=	B-Keywords
PORTVERSION=	1.13
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Lists of reserved barewords and symbol names

LICENSE=	ART10 GPLv2
LICENSE_COMB=	dual

PERL_CONFIGURE=	yes

MAN3=		B::Keywords.3

.include <bsd.port.mk>