1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/p5-CPAN-Site/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

34 lines
896 B
Makefile

# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= CPAN-Site
PORTVERSION= 1.11
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anes@anes.su
COMMENT= Extend CPAN with private packages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Archive-Tar>=1.00:archivers/p5-Archive-Tar \
p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \
p5-CPAN-Checksums>=0:devel/p5-CPAN-Checksums \
p5-libwww>=0:www/p5-libwww \
p5-IO-Zlib>=0:archivers/p5-IO-Zlib \
p5-Log-Report>=0.25:devel/p5-Log-Report
RUN_DEPENDS= p5-Archive-Tar>=1.00:archivers/p5-Archive-Tar \
p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \
p5-CPAN-Checksums>=0:devel/p5-CPAN-Checksums \
p5-libwww>=0:www/p5-libwww \
p5-IO-Zlib>=0:archivers/p5-IO-Zlib \
p5-Log-Report>=0.25:devel/p5-Log-Report
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>