10a2b4693f
(5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
21 lines
431 B
Makefile
21 lines
431 B
Makefile
# New ports collection makefile for: p5-Crypt-OpenSSL-AES
|
|
# Date created: 2008 July 06
|
|
# Whom: John Ferrell <jdferrell3@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-OpenSSL-AES
|
|
PORTVERSION= 0.02
|
|
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>
|