mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
9ec58fca21
Approved by: portmgr (blanket infrastructure)
17 lines
304 B
Makefile
17 lines
304 B
Makefile
# Created by: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-CFB
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Perl extension for encrypting data in Cipher Feedback Mode
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|