blob: 39238f26c016db01d9978b693c9a807104f4e79d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: p5-Crypt-Blowfish_PP
# Date created: Sep 30, 2002
# Whom: Jim Geovedi <jim@corebsd.or.id>
#
# $FreeBSD$
#
PORTNAME= Crypt-Blowfish_PP
PORTVERSION= 1.12
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Blowfish encryption algorithm implemented purely in Perl
PERL_CONFIGURE= yes
MAN3= Crypt::Blowfish_PP.3
.include <bsd.port.mk>
|