mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
c10f314307
PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav)
30 lines
741 B
Makefile
30 lines
741 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= 0.576
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= CPAN::Mini - create a minimal mirror of CPAN
|
|
|
|
RUN_DEPENDS= p5-Compress-Zlib>=1.20:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
|
p5-File-HomeDir>=0.57:${PORTSDIR}/devel/p5-File-HomeDir \
|
|
p5-File-Path>=2.04:${PORTSDIR}/devel/p5-File-Path \
|
|
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.mk>
|