pkgsrc/japanese/p5-nkf/Makefile
jlam 18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 07:10:59 +00:00

19 lines
435 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/08/27 07:11:13 jlam Exp $
#
DISTNAME= nkf-1.7
PKGNAME= p5-nkf-1.7
CATEGORIES= japanese converters
MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/nkf/
MAINTAINER= tech-pkg-ja@jp.netbsd.org
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/NKF/.packlist
WRKSRC= ${WRKDIR}/${DISTNAME}/NKF
do-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"