20 lines
403 B
Makefile
20 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.6 2008/04/15 22:09:06 jasper Exp $
|
|
|
|
COMMENT= interact with a t/test_manifest file
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Manifest-1.22
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|