opnsense-ports/security/p5-HTML-Email-Obfuscate/Makefile
Franco Fichtner 6b0fddc208 */*: sync with upstream
Taken from: HardenedBSD
2018-10-07 08:41:37 +02:00

20 lines
393 B
Makefile

# Created by: chinsan
# $FreeBSD$
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>