25 lines
572 B
Makefile
25 lines
572 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/11/15 19:46:07 espie Exp $
|
|
|
|
COMMENT = keep imports and functions out of your namespace
|
|
|
|
MODULES = cpan
|
|
DISTNAME = namespace-clean-0.18
|
|
CATEGORIES = devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = p5-B-Hooks-EndOfScope->=0.07:devel/p5-B-Hooks-EndOfScope \
|
|
devel/p5-Package-Stash \
|
|
devel/p5-Sub-Identify \
|
|
devel/p5-Sub-Name
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|