- Add BUILD_DEPENDS - Sort *_DEPENDS Changes: http://search.cpan.org/dist/FreeBSD-Pkgs-FindUpdates/Changes PR: ports/168585 Submitted by: sunpoet (myself) Approved by: Zane C. B-H. <vvelox@vvelox.net> (maintainer)
28 lines
803 B
Makefile
28 lines
803 B
Makefile
# New ports collection makefile for: p5-FreeBSD-Pkgs-Findupdates
|
|
# Date created: 2009-04-01
|
|
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FreeBSD-Pkgs-FindUpdates
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= ports-mgmt sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:VVELOX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vvelox@vvelox.net
|
|
COMMENT= Finds updates for FreeBSD pkgs by checking the ports index
|
|
|
|
BUILD_DEPENDS= p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper \
|
|
p5-FreeBSD-Pkgs>=0:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Pkgs \
|
|
p5-FreeBSD-Ports-INDEXhash>=0:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Ports-INDEXhash \
|
|
p5-Sort-Versions>=0:${PORTSDIR}/devel/p5-Sort-Versions
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= FreeBSD::Pkgs::FindUpdates.3
|
|
|
|
.include <bsd.port.mk>
|