aboutsummaryrefslogtreecommitdiff
path: root/security/p5-HTML-Email-Obfuscate/Makefile
blob: cf1886fc035da0d115d417d2f35d5c5cf9ff64b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: chinsan

PORTNAME=	HTML-Email-Obfuscate
PORTVERSION=	1.00
PORTREVISION=	1
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Obfuscates HTML email addresses that look normal

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-HTML-Parser>=0:www/p5-HTML-Parser

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>