openbsd-ports/textproc/p5-Pod-Tests/Makefile
msf f93b961bdc initial import of Pod::Tests 0.18
This is a specialized POD viewer to extract embedded tests and code
examples from POD. It doesn't do much more than that. pod2test does the
useful work.
2006-12-04 10:14:00 +00:00

19 lines
379 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/12/04 10:14:00 msf Exp $
COMMENT= "extracts embedded tests and code examples from pod"
MODULES= cpan
DISTNAME= Pod-Tests-0.18
CATEGORIES= textproc
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>