1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/p5-IP-Anonymous/Makefile
2011-03-19 10:24:32 +00:00

24 lines
481 B
Makefile

# New ports collection makefile for: p5-IP-Anonymous
# Date created: 27 January 2011
# Whom: Paul Schmehl <pauls@utdallas.edu>
#
# $FreeBSD$
#
PORTNAME= IP-Anonymous
PORTVERSION= 0.04
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pauls@utdallas.edu
COMMENT= Perl extension to provide anonymous IP addresses
RUN_DEPENDS= p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael
PERL_CONFIGURE= yes
MAN3= IP::Anonymous.3
.include <bsd.port.mk>