freebsd-ports/devel/p5-B-Keywords/Makefile
Sunpoet Po-Chuan Hsieh efa95a3067 - Update to 1.15
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/B-Keywords/Changes
2015-11-12 11:58:31 +00:00

20 lines
358 B
Makefile

# Created by: Mathieu Arnold <m@absolight.net>
# $FreeBSD$
PORTNAME= B-Keywords
PORTVERSION= 1.15
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
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>