mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
f86ff6ebb7
o remove SITE_PERL o remove MANPREFIX o use PERL_LEVEL to determine perl version o give maintainership PR: ports/50490 Submitted by: Erwin Lansing <erwin@lansing.dk>
29 lines
576 B
Makefile
29 lines
576 B
Makefile
# New ports collection makefile for: Crypt-Twofish
|
|
# Date created: Wed Jan 3 16:29:03 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-Twofish
|
|
PORTVERSION= 2.12
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= erwin@lansing.dk
|
|
COMMENT= Perl module implementing the Twofish cipher
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::Twofish.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|