openbsd-ports/textproc/p5-Pod-Tests/Makefile

18 lines
335 B
Makefile
Raw Normal View History

2011-06-25 14:01:10 -04:00
# $OpenBSD: Makefile,v 1.6 2011/06/25 18:01:10 jasper Exp $
COMMENT= extracts embedded tests and code examples from pod
MODULES= cpan
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2011-06-25 14:01:10 -04:00
DISTNAME= Pod-Tests-1.19
CATEGORIES= textproc
2011-06-25 14:01:10 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>