2009-09-24 21:56:48 +02:00
|
|
|
# New ports collection makefile for: p5-CPAN-Checksums
|
|
|
|
# Date created: September 21st 2009
|
|
|
|
# Whom: Cezary Morga <cm@therek.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= CPAN-Checksums
|
2010-12-23 00:24:52 +01:00
|
|
|
PORTVERSION= 2.07
|
2009-09-24 21:56:48 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= cm@therek.net
|
|
|
|
COMMENT= Perl module to write a CHECKSUMS file for a directory as on CPAN
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare
|
|
|
|
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
|
2009-11-20 07:06:23 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501000
|
2010-09-21 09:56:43 +02:00
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-IO-Compress \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Digest/SHA.pm:${PORTSDIR}/security/p5-Digest-SHA
|
2009-11-20 07:06:23 +01:00
|
|
|
.endif
|
|
|
|
|
2009-09-24 21:56:48 +02:00
|
|
|
MAN3= CPAN::Checksums.3
|
|
|
|
|
2009-11-20 07:06:23 +01:00
|
|
|
.include <bsd.port.post.mk>
|