aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Taint-Util/Makefile
blob: 78acf88949e1d7615f4f191461f1889fba316222 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=   Taint-Util
PORTVERSION=    0.08
PORTREVISION=   2
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Test for and flip the taint flag without regex matches or eval

USE_PERL5=  configure
USES=       perl5

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Taint/Util/Util.so

.include <bsd.port.mk>