17 lines
300 B
Makefile
17 lines
300 B
Makefile
# $OpenBSD: Makefile,v 1.19 2015/01/21 06:23:34 bentley Exp $
|
|
|
|
COMMENT= module for managing newsrc files
|
|
|
|
MODULES= cpan
|
|
DISTNAME = News-Newsrc-1.11
|
|
CATEGORIES= news
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= math/p5-Set-IntSpan
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|