freebsd-ports/ports-mgmt/p5-FreeBSD-Pkgs-FindUpdates/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

29 lines
833 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.2.1
PORTREVISION= 2
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
RUN_DEPENDS= ${SITE_PERL}/FreeBSD/Ports/INDEXhash.pm:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Ports-INDEXhash \
${SITE_PERL}/FreeBSD/Pkgs.pm:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Pkgs \
${SITE_PERL}/Sort/Versions.pm:${PORTSDIR}/devel/p5-Sort-Versions \
${SITE_PERL}/FreeBSD/Ports.pm:${PORTSDIR}/ports-mgmt/p5-FreeBSD-Ports
PERL_CONFIGURE= yes
MAN3= FreeBSD::Pkgs::FindUpdates.3
.include <bsd.port.mk>