19 lines
377 B
Makefile
19 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/15 20:59:39 merdely 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>
|