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

21 lines
482 B
Makefile
Raw Normal View History

2009-03-23 05:40:18 -04:00
# $OpenBSD: Makefile,v 1.3 2009/03/23 09:40:18 simon Exp $
COMMENT = keep imports and functions out of your namespace
MODULES = cpan
2009-03-23 05:40:18 -04:00
DISTNAME = namespace-clean-0.11
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2009-03-23 05:40:18 -04:00
RUN_DEPENDS = :p5-B-Hooks-EndOfScope->=0.07:devel/p5-B-Hooks-EndOfScope
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>