freebsd-ports/security/p5-Email-Obfuscate/Makefile
Sergey Matveychuk d453323998 Obfuscates email addresses.
PR:		ports/73949
Submitted by:	Aaron Dalton <aaron(at)daltons.ca>
2004-11-22 22:33:06 +00:00

22 lines
444 B
Makefile

# New ports collection makefile for: p5-Email-Obfuscate
# Date created: 7 November 2004
# Whom: Aaron Dalton <aaron@daltons.ca>
#
# $FreeBSD$
#
PORTNAME= Email-Obfuscate
PORTVERSION= 1.13
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Email
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@daltons.ca
COMMENT= Obfuscates email addresses
PERL_CONFIGURE= yes
MAN3= Email::Obfuscate.3
.include <bsd.port.mk>