1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/japanese/p5-nkf/Makefile
Andrej Zverev af6bda5de5 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:18:46 +00:00

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>