ea333fc5a5
looks safe for ajacoutot@
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/01/13 12:15:21 simon Exp $
|
|
|
|
COMMENT= "module for managing newsrc files"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= News-Newsrc-1.08
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= news
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= :p5-Set-IntSpan->=1.07:math/p5-Set-IntSpan
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|