pkgsrc/www/webnew/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

24 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.14 2013/05/31 12:42:55 wiz Exp $
#
DISTNAME= webnew-1.3
PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://oss.gw.com/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://kimmo.suominen.com/sw/webnew/
COMMENT= Retrieve modification times of web documents
USE_TOOLS+= perl:run
NO_CONFIGURE= yes
BUILD_TARGET= all DEST=${PREFIX} PERL=${PERL5}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/webnew ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/webnew.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"