1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/japanese/p5-nkf/Makefile
Antoine Brodin 783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00

26 lines
560 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= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/NKF.mod
.include <bsd.port.mk>