23 lines
402 B
Makefile
23 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/07/13 19:46:13 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= tools to test taintedness
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Taint-1.04
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|