freebsd-ports/devel/p5-CPAN-Recent-Uploads/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

22 lines
495 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= CPAN-Recent-Uploads
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BINGOS
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Find the distributions recently uploaded to CPAN
RUN_DEPENDS= p5-libwww>=5.835:www/p5-libwww \
p5-URI>=1.56:net/p5-URI \
p5-YAML-Syck>=1.15:textproc/p5-YAML-Syck
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>