2013-03-11 10:50:00 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/11 10:50:13 espie Exp $
|
2004-05-19 21:15:47 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= Perl module for use in de-obfuscating source code
|
2004-05-19 21:15:47 +00:00
|
|
|
|
2006-11-25 16:32:33 +00:00
|
|
|
MODULES= cpan
|
2006-12-04 10:44:46 +00:00
|
|
|
|
2010-11-24 15:52:04 +00:00
|
|
|
DISTNAME= B-Deobfuscate-0.20
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION= 0
|
2006-11-25 16:32:33 +00:00
|
|
|
CATEGORIES= devel
|
2004-05-19 21:15:47 +00:00
|
|
|
|
2010-11-24 15:52:04 +00:00
|
|
|
# perl
|
2004-05-19 21:15:47 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2006-12-04 10:44:46 +00:00
|
|
|
MAKE_ENV+= TEST_POD=Yes
|
|
|
|
|
2004-05-19 21:15:47 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 19:45:56 +00:00
|
|
|
RUN_DEPENDS= devel/p5-B-Keywords \
|
2010-11-24 15:52:04 +00:00
|
|
|
devel/p5-IPC-Run \
|
2010-11-15 19:45:56 +00:00
|
|
|
devel/p5-YAML
|
2004-05-19 21:15:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|