mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
9144df7eca
Approved by: portmgr@ (bapt@)
32 lines
715 B
Makefile
32 lines
715 B
Makefile
# New ports collection makefile for: Crypt-Eksblowfish
|
|
# Date created: 01 Jun 2008
|
|
# Whom: brix@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-Eksblowfish
|
|
PORTVERSION= 0.009
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= brix@FreeBSD.org
|
|
COMMENT= Perl module for the Eksblowfish block cipher
|
|
|
|
RUN_DEPENDS= p5-Class-Mix>=0:${PORTSDIR}/devel/p5-Class-Mix \
|
|
p5-parent>=0:${PORTSDIR}/devel/p5-parent
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART10 GPLv1
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Crypt::Eksblowfish.3 \
|
|
Crypt::Eksblowfish::Bcrypt.3 \
|
|
Crypt::Eksblowfish::Blowfish.3 \
|
|
Crypt::Eksblowfish::Family.3 \
|
|
Crypt::Eksblowfish::Subkeyed.3 \
|
|
Crypt::Eksblowfish::Uklblowfish.3
|
|
|
|
.include <bsd.port.mk>
|