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

25 lines
404 B
Makefile
Raw Normal View History

2012-08-23 11:00:32 -04:00
# $OpenBSD: Makefile,v 1.9 2012/08/23 15:08:05 sthen Exp $
2009-11-23 05:13:07 -05:00
SHARED_ONLY = Yes
2010-06-28 17:35:26 -04:00
COMMENT = retrieve names of code references
2009-11-23 05:13:07 -05:00
DISTNAME = Sub-Identify-0.04
2012-08-23 11:00:32 -04:00
REVISION = 3
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
2009-11-23 05:13:07 -05:00
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>