diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-03 05:57:28 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-03 05:57:28 +0800 |
commit | 1b397cdb9102517c8436b568097a82253f45f567 (patch) | |
tree | b0cecaf77e0a69a3aa19c6b988dfeca8b5cad685 /japanese/p5-nkf | |
parent | 84701c071269c2a4c9a45ae8aaabe98ce0783d06 (diff) | |
download | freebsd-ports-gnome-1b397cdb9102517c8436b568097a82253f45f567.tar.gz freebsd-ports-gnome-1b397cdb9102517c8436b568097a82253f45f567.tar.zst freebsd-ports-gnome-1b397cdb9102517c8436b568097a82253f45f567.zip |
- Rename files/patch-aa.
- Separate japanese/nkf and japanese/p5-nkf from each other.
Diffstat (limited to 'japanese/p5-nkf')
-rw-r--r-- | japanese/p5-nkf/Makefile | 13 | ||||
-rw-r--r-- | japanese/p5-nkf/distinfo | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile index 13f8a0eac017..72a68602bc95 100644 --- a/japanese/p5-nkf/Makefile +++ b/japanese/p5-nkf/Makefile @@ -1,9 +1,14 @@ # 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= A perl extension module to use NKF LICENSE= ZLIB NKF @@ -13,13 +18,9 @@ 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 +MAN3= NKF.3 -.include "${MASTERDIR}/Makefile" +.include <bsd.port.mk> diff --git a/japanese/p5-nkf/distinfo b/japanese/p5-nkf/distinfo new file mode 100644 index 000000000000..9640024830e9 --- /dev/null +++ b/japanese/p5-nkf/distinfo @@ -0,0 +1,2 @@ +SHA256 (nkf-2.1.2.tar.gz) = 034e8b676160fa7cfaf023ad130ce2d7a7309e917c8f41b308e9dc2f6218a0a6 +SIZE (nkf-2.1.2.tar.gz) = 158127 |