openbsd-ports/devel/p5-Devel-Declare/Makefile
jasper ac416f6913 import p5-Devel-Declare
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.
2010-01-12 07:52:46 +00:00

23 lines
470 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 07:52:46 jasper Exp $
COMMENT= adding keywords to perl, in perl
DISTNAME= Devel-Declare-0.005011
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
BUILD_DEPENDS= ::devel/p5-B-Hooks-OP-Check
RUN_DEPENDS= ::devel/p5-B-Hooks-OP-Check \
::devel/p5-B-Hooks-EndOfScope \
::devel/p5-Sub-Name
.include <bsd.port.mk>