1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/p5-CPAN-Mini/Makefile
Steve Wills c98b964cc6 - Update to 1.111001 - Changelog: http://cpansearch.perl.org/dist/CPAN-Mini/Changes
- Remove DISTNAME replacement
- Use MASTER_SITE_SUBDIR=CPAN:PAUSEID
2011-03-12 18:54:28 +00:00

35 lines
795 B
Makefile

# New ports collection makefile for: devel/p5-CPAN-Mini
# Date created: 16 February 2005
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CPAN-Mini
PORTVERSION= 1.111001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RJBS
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= CPAN::Mini - create a minimal mirror of CPAN
RUN_DEPENDS= p5-File-HomeDir>=0.57:${PORTSDIR}/devel/p5-File-HomeDir \
p5-libwww>=5:${PORTSDIR}/www/p5-libwww \
p5-URI>=1:${PORTSDIR}/net/p5-URI
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= minicpan.1
MAN3= CPAN::Mini.3 CPAN::Mini::App.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500903
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>