pkgsrc/news/cleanscore/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

26 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:13 wiz Exp $
#
DISTNAME= cleanscore-0.9.8.1
PKGREVISION= 5
LICENSE= gnu-gpl-v2
CATEGORIES= news
MASTER_SITES= http://slrn.sourceforge.net/cleanscore/
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://slrn.sourceforge.net/cleanscore/
COMMENT= Clean SLRN's score file
USE_TOOLS= perl
REPLACE_PERL= cleanscore
NO_BUILD= yes
INSTALLATION_DIRS+= bin share/doc/cleanscore
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cleanscore ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cleanscore
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/cleanscore
.include "../../mk/bsd.pkg.mk"