blob: d550a6d848a1a06f092d9c816bdbcba32eea7b1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: will
# $FreeBSD$
PORTNAME= Crypt-ECB
PORTVERSION= 1.45
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module implementing the ECB encryption algorithm
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|