freebsd-ports/security/p5-Crypt-HCE_SHA/Makefile
Edwin Groothuis 69b4bc59a1 conditionalize dependencies on modules included in perl 5.8
Make dependencies on modules included in the perl 5.8
	distribution conditional on the perl version installed.
	While I'm here, remove SITE_PERL and MAN(3)PREFIX.

PR:		ports/50589
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-05-09 01:22:07 +00:00

33 lines
961 B
Makefile

# New ports collection makefile for: p5-Crypt-HCE_SHA
# Date created: October 8th 2001
# Whom: Gregory Neil Shapiro <gshapiro@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-HCE_SHA
PORTVERSION= 0.60
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 interface to one way hash chaining block cipher
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Crypt::HCE_SHA.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
.include <bsd.port.post.mk>