df4e1203e4
ok jasper@ (final commit)
19 lines
354 B
Makefile
19 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:49 ajacoutot Exp $
|
|
|
|
COMMENT= extracts embedded tests and code examples from pod
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
DISTNAME= Pod-Tests-0.18
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|