2003-07-19 02:48:26 +02:00
|
|
|
# New ports collection makefile for: p5-B-Deobfuscate
|
|
|
|
# Date created: 7 july 2003
|
|
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= B-Deobfuscate
|
2007-10-27 08:26:31 +02:00
|
|
|
PORTVERSION= 0.20
|
2003-07-19 02:48:26 +02:00
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-07-19 02:48:26 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-07-19 02:48:26 +02:00
|
|
|
COMMENT= Extension to B::Deparse for use in de-obfuscating source code
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
|
|
|
|
${SITE_PERL}/B/Keywords.pm:${PORTSDIR}/devel/p5-B-Keywords
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2006-07-13 00:37:17 +02:00
|
|
|
MAN3= B::Deobfuscate.3 B::Deobfuscate::Dict::Flowers.3 B::Deobfuscate::Dict::PGPHashWords.3
|
2003-07-19 02:48:26 +02:00
|
|
|
|
2007-08-31 15:37:23 +02:00
|
|
|
.include <bsd.port.mk>
|