c350a20343
Feature safe: yes
16 lines
264 B
Makefile
16 lines
264 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Taint-Runtime
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Runtime enable/disable taint checking
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Taint::Runtime.3
|
|
|
|
.include <bsd.port.mk>
|