openbsd-ports/devel/p5-B-Deobfuscate/Makefile

25 lines
463 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2010/12/03 11:44:27 ajacoutot Exp $
COMMENT= Perl module for use in de-obfuscating source code
MODULES= cpan
2006-12-04 05:44:46 -05:00
2010-11-24 10:52:04 -05:00
DISTNAME= B-Deobfuscate-0.20
REVISION= 0
CATEGORIES= devel
2010-11-24 10:52:04 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-12-04 05:44:46 -05:00
MAKE_ENV+= TEST_POD=Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-B-Keywords \
2010-11-24 10:52:04 -05:00
devel/p5-IPC-Run \
2010-11-15 14:45:56 -05:00
devel/p5-YAML
.include <bsd.port.mk>