openbsd-ports/devel/p5-B-Keywords/Makefile
msf 62802a17e9 Initial import of B-Keywords-0.06
B::Keywords supplies lists of keywords used inside the perl language.
It is used by modules like B::Deparse and B::Deobfuscate

ok sturm@
2004-05-19 21:17:05 +00:00

24 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/19 21:17:05 msf Exp $
COMMENT= "lists of Perl keywords for use in backend modules"
DISTNAME= B-Keywords-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
PKG_ARCH=*
.include <bsd.port.mk>