svn commit: r311574 - in head/japanese: nkf p5-nkf
Eitan Adler
eadler at FreeBSD.org
Mon Feb 4 05:29:47 UTC 2013
Author: eadler
Date: Mon Feb 4 05:29:46 2013
New Revision: 311574
URL: http://svnweb.freebsd.org/changeset/ports/311574
Log:
Add license
Fix header
PR: ports/175294
Submitted by: Yasuhiro KIMURA <yasu at utahime.org>
Modified:
head/japanese/nkf/Makefile
head/japanese/p5-nkf/Makefile
Modified: head/japanese/nkf/Makefile
==============================================================================
--- head/japanese/nkf/Makefile Mon Feb 4 04:24:54 2013 (r311573)
+++ head/japanese/nkf/Makefile Mon Feb 4 05:29:46 2013 (r311574)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nkf
-# Date created: 5 February 1995
-# Whom: asami
-#
+# Created by: asami
# $FreeBSD$
-#
PORTNAME= nkf
PORTVERSION= 2.1.2
@@ -16,6 +12,9 @@ PKGNAMEPREFIX?= ja-
MAINTAINER= ports at FreeBSD.org
COMMENT?= Network Kanji code conversion Filter
+LICENSE?= ZLIB
+LICENSE_FILE?= ${WRKSRC}/nkf.c
+
.if ${PKGNAMEPREFIX} != "ja-p5-"
MAN1= nkf.1
MANLANG= "" ja
Modified: head/japanese/p5-nkf/Makefile
==============================================================================
--- head/japanese/p5-nkf/Makefile Mon Feb 4 04:24:54 2013 (r311573)
+++ head/japanese/p5-nkf/Makefile Mon Feb 4 05:29:46 2013 (r311574)
@@ -1,18 +1,20 @@
-# New ports collection makefile for: p5-nkf
-# Date created: 23 Feb 2000
-# Whom: max
-#
+# 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
More information about the svn-ports-head
mailing list