1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/p5-Crypt-OpenSSL-AES/Makefile
2021-04-06 16:31:07 +02:00

18 lines
366 B
Makefile

# Created by: John Ferrell <jdferrell3@yahoo.com>
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 ssl
USE_PERL5= configure
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
.include <bsd.port.mk>