blob: 372d0162a6527aaf2a89273d101a47f58b1adbd3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$
PORTNAME= Crypt-NULL
PORTVERSION= 1.02
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Perl implementation of the NULL encryption algorithm
USES= perl5
USE_PERL5= configure
MAN3= Crypt::NULL.3
.include <bsd.port.mk>
|