openbsd-ports/devel/p5-namespace-clean/Makefile

26 lines
566 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:38 ajacoutot Exp $
COMMENT = keep imports and functions out of your namespace
MODULES = cpan
2010-06-30 14:16:27 -04:00
DISTNAME = namespace-clean-0.18
REVISION = 0
CATEGORIES = devel
2010-10-18 13:47:50 -04:00
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
2010-11-26 02:18:59 -05:00
RUN_DEPENDS = devel/p5-B-Hooks-EndOfScope>=0.07 \
2010-11-15 14:45:56 -05:00
devel/p5-Package-Stash \
devel/p5-Sub-Identify \
devel/p5-Sub-Name
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>