ea4ff3a586
Approved by: portmgr (blanket infrastructure)
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|