2007-09-15 22:52:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2007/09/16 02:53:02 merdely Exp $
|
2004-05-19 17:15:47 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= Perl module for use in de-obfuscating source code
|
2004-05-19 17:15:47 -04:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2006-12-04 05:44:46 -05:00
|
|
|
|
2007-04-24 21:12:50 -04:00
|
|
|
DISTNAME= B-Deobfuscate-0.18
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
2004-05-19 17:15:47 -04:00
|
|
|
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
|
|
|
|
# Artistic
|
|
|
|
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
|
|
|
|
|
2004-05-19 17:15:47 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::devel/p5-B-Keywords \
|
|
|
|
::devel/p5-YAML
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|