f4c23eac78
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Test-Taint/Changes Feature safe: yes
20 lines
334 B
Makefile
20 lines
334 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Taint
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Tools to test taintedness
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::Taint.3
|
|
|
|
.include <bsd.port.mk>
|