blob: b35d8b5a3ae50085093406305f72673cefb9838c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|