Update ports-mgmt/pkg to version 1.4.7
[dports.git] / security / p5-Crypt-OpenSSL-AES / Makefile
1 # Created by: John Ferrell <jdferrell3@yahoo.com>
2 # $FreeBSD$
3
4 PORTNAME=       Crypt-OpenSSL-AES
5 PORTVERSION=    0.02
6 PORTREVISION=   3
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     jdferrell3@yahoo.com
12 COMMENT=        Perl wrapper around OpenSSL's AES library
13
14 USES=           perl5
15 USE_PERL5=      configure
16 USE_OPENSSL=    yes
17 MAKE_ARGS+=     PASTHRU_INC=-I${OPENSSLINC}
18
19 .include <bsd.port.mk>