blob: 47bf9901b4551b6b4b04cc91d0528f3975c9ae78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Crypt-Rijndael_PP
# Date created: 2006-07-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-Rijndael_PP
PORTVERSION= 0.04
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Perl implementation of Rijndael
PERL_CONFIGURE= yes
MAN3= Crypt::Rijndael_PP.3
.include <bsd.port.mk>
|