freebsd-ports/news/p5-News-Newsrc/Makefile

22 lines
398 B
Makefile
Raw Normal View History

2013-04-18 16:28:13 +02:00
# Created by: Don Croyle <croyle@gelemna.org>
1999-08-30 16:33:04 +02:00
# $FreeBSD$
PORTNAME= News-Newsrc
2013-04-18 16:28:13 +02:00
PORTVERSION= 1.11
CATEGORIES= news perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Manage newsrc files
BUILD_DEPENDS= p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
MAN3= News::Newsrc.3
.include <bsd.port.mk>