openbsd-ports/devel/p5-B-Hooks-EndOfScope/Makefile
2009-03-23 09:37:37 +00:00

21 lines
473 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/03/23 09:37:37 simon Exp $
COMMENT = execute code after a scope finished compilation
MODULES = cpan
DISTNAME = B-Hooks-EndOfScope-0.07
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
RUN_DEPENDS = ::devel/p5-Sub-Exporter \
:p5-Variable-Magic->=0.31:devel/p5-Variable-Magic
.include <bsd.port.mk>