freebsd-ports/security/p5-Crypt-Eksblowfish/Makefile
Sunpoet Po-Chuan Hsieh f45b356a16 - Fix *_DEPENDS: parent is already in all supported Perl releases
- Bump PORTREVISION for dependency change
- While I'm here, move LICENSE upward

With hat:	perl
2015-01-19 13:06:16 +00:00

23 lines
449 B
Makefile

# Created by: brix@FreeBSD.org
# $FreeBSD$
PORTNAME= Crypt-Eksblowfish
PORTVERSION= 0.009
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for the Eksblowfish block cipher
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>