freebsd-ports/japanese/p5-nkf/Makefile
Eitan Adler dab8e86e18 Add license
Fix header

PR:		ports/175294
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-02-04 05:29:46 +00:00

25 lines
547 B
Makefile

# Created by: max
# $FreeBSD$
CATEGORIES= japanese perl5
PKGNAMEPREFIX= ja-p5-
COMMENT= A 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}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/NKF.mod
PATCHDIR= ${.CURDIR}/files
MAN3= NKF.3
MASTERDIR= ${.CURDIR}/../nkf
.include "${MASTERDIR}/Makefile"