2010-12-03 11:44:22 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:38 ajacoutot Exp $
|
2008-08-20 13:44:36 +00:00
|
|
|
|
|
|
|
COMMENT = keep imports and functions out of your namespace
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-06-30 18:16:27 +00:00
|
|
|
DISTNAME = namespace-clean-0.18
|
2010-12-03 11:44:22 +00:00
|
|
|
REVISION = 0
|
2008-08-20 13:44:36 +00:00
|
|
|
CATEGORIES = devel
|
2010-10-18 17:47:50 +00:00
|
|
|
USE_GROFF = Yes
|
2008-08-20 13:44:36 +00:00
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-26 07:18:59 +00:00
|
|
|
RUN_DEPENDS = devel/p5-B-Hooks-EndOfScope>=0.07 \
|
2010-11-15 19:45:56 +00:00
|
|
|
devel/p5-Package-Stash \
|
|
|
|
devel/p5-Sub-Identify \
|
|
|
|
devel/p5-Sub-Name
|
2008-08-20 13:44:36 +00:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|