mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
00311baf6a
PR: ports/99737 Submitted by: Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> Pointy hat to: myself
24 lines
442 B
Makefile
24 lines
442 B
Makefile
# New ports collection makefile for: p5-nkf
|
|
# Date created: 23 Feb 2000
|
|
# Whom: max
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese perl5
|
|
PKGNAMEPREFIX= ja-p5-
|
|
|
|
COMMENT= A perl extension module to use NKF
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
PERL_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}/NKF.mod
|
|
PATCHDIR= ${.CURDIR}/files
|
|
MAN3= NKF.3
|
|
|
|
MASTERDIR= ${.CURDIR}/../nkf
|
|
|
|
.include "${MASTERDIR}/Makefile"
|