mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
af6bda5de5
Approved by: portmgr (blanket infrastructure)
26 lines
532 B
Makefile
26 lines
532 B
Makefile
# Created by: max
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nkf
|
|
PORTVERSION= 2.1.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= japanese perl5
|
|
MASTER_SITES= SFJP/${PORTNAME}/53171
|
|
PKGNAMEPREFIX= ja-p5-
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Perl extension module to use NKF
|
|
|
|
LICENSE= ZLIB NKF
|
|
LICENSE_COMB= multi
|
|
LICENSE_NAME_NKF= NKF License
|
|
LICENSE_FILE_ZLIB= ${WRKSRC}/NKF.pm
|
|
LICENSE_FILE_NKF= ${WRKSRC}/NKF.xs
|
|
LICENSE_PERMS_NKF= ${_LICENSE_PERMS_DEFAULT}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/NKF.mod
|
|
|
|
.include <bsd.port.mk>
|