ac416f6913
Devel::Declare can install subroutines called declarators which locally take over Perl's parser, allowing the creation of new syntax.
23 lines
470 B
Makefile
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>
|