mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
24 lines
481 B
Makefile
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>
|