blob: f5c75a4f2c838ef4887727bab5eb92ed7b1f6f55 (
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
24
|
# New ports collection makefile for: Crypt-Rijndael
# Date created: Wed Jan 3 16:15:20 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Crypt-Rijndael
PORTVERSION= 1.06
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@exit2shell.com
COMMENT= Perl module that implements the Rijndael cipher
BUILD_DEPENDS= p5-Test-Manifest>1.14:${PORTSDIR}/devel/p5-Test-Manifest
PERL_CONFIGURE= yes
MAN3= Crypt::Rijndael.3
.include <bsd.port.mk>
|