openbsd-ports/devel/p5-Devel-GlobalDestruction/Makefile

26 lines
466 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.7 2012/08/23 15:05:15 sthen Exp $
SHARED_ONLY = Yes
COMMENT = expose the flag which marks global destruction
DISTNAME = Devel-GlobalDestruction-0.03
2012-08-23 11:00:32 -04:00
REVISION = 0
CATEGORIES = devel
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2012-08-23 11:00:32 -04:00
WANTLIB += c
MODULES = cpan
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS = devel/p5-Scope-Guard \
devel/p5-Sub-Exporter
.include <bsd.port.mk>