freebsd-ports/security/p5-Crypt-OpenSSL-AES/Makefile
Andrej Zverev 10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00

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>