2001-01-03 18:25:39 -05:00
|
|
|
# New ports collection makefile for: CipherSaber
|
|
|
|
# Date created: Wed Jan 3 16:03:49 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-11-08 20:19:39 -05:00
|
|
|
PORTNAME= Crypt-CipherSaber
|
2005-12-22 06:17:45 -05:00
|
|
|
PORTVERSION= 1.00
|
2001-01-03 18:25:39 -05:00
|
|
|
CATEGORIES= security perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
2005-12-22 06:17:45 -05:00
|
|
|
MASTER_SITE_SUBDIR= Crypt
|
2001-01-03 18:25:39 -05:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-11-08 20:19:39 -05:00
|
|
|
MAINTAINER= jim@corebsd.or.id
|
2003-02-21 08:28:59 -05:00
|
|
|
COMMENT= Perl module providing an OO interface to CipherSaber encryption
|
2001-01-03 18:25:39 -05:00
|
|
|
|
2005-12-22 06:17:45 -05:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
|
2001-01-03 18:25:39 -05:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::CipherSaber.3
|
|
|
|
|
2005-12-22 06:17:45 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again.
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|