2005-12-18 22:53:18 +01:00
|
|
|
# New ports collection Makefile for: p5-Crypt-AppleTwoFish
|
|
|
|
# Date created: 18 Dec 2006
|
|
|
|
# Whom: Gabor Kovesdan
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-AppleTwoFish
|
2008-12-05 01:10:19 +01:00
|
|
|
PORTVERSION= 0.051
|
2005-12-18 22:53:18 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-18 22:53:18 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-07-03 23:32:57 +02:00
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
2005-12-18 22:53:18 +01:00
|
|
|
COMMENT= Perl extension for Apple iTMS internal key descrambling algorithm
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::AppleTwoFish.3
|
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|