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