f93b961bdc
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.
19 lines
379 B
Makefile
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>
|