openbsd-ports/devel/p5-Sub-Install/Makefile

20 lines
356 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 10:50:21 espie Exp $
COMMENT= helper for installing code into packages
MODULES= cpan
2009-06-22 09:12:49 -04:00
DISTNAME= Sub-Install-0.925
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
2006-12-10 07:46:01 -05:00
MAKE_ENV= PERL_TEST_CRITIC=Yes
2013-03-11 06:50:00 -04:00
TEST_DEPENDS= devel/p5-Test-Output \
2010-11-15 14:45:56 -05:00
devel/p5-Test-Perl-Critic
.include <bsd.port.mk>