fb5f2ba83a
- Trim header Reported by: poudriere exp-run
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# Created by: John Ferrell <jdferrell3@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-OpenSSL-AES
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jdferrell3@yahoo.com
|
|
COMMENT= A Perl wrapper around OpenSSL's AES library
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::OpenSSL::AES.3
|
|
|
|
.include <bsd.port.mk>
|