opnsense-ports/security/p5-Crypt-OpenSSL-AES/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

19 lines
391 B
Makefile

# Created by: John Ferrell <jdferrell3@yahoo.com>
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-AES
PORTVERSION= 0.02
PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jdferrell3@yahoo.com
COMMENT= Perl wrapper around OpenSSL's AES library
USES= perl5
USE_PERL5= configure
USE_OPENSSL= yes
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
.include <bsd.port.mk>