19 lines
338 B
Makefile
19 lines
338 B
Makefile
# $OpenBSD: Makefile,v 1.17 2013/10/11 23:50:38 naddy Exp $
|
|
|
|
COMMENT= module for managing newsrc files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= News-Newsrc-1.09
|
|
REVISION= 0
|
|
CATEGORIES= news
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= math/p5-Set-IntSpan
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|