17 lines
345 B
Makefile
17 lines
345 B
Makefile
|
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= hypua2jamo
|
||
|
PORTVERSION= 0.3
|
||
|
CATEGORIES= textproc python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= zi@FreeBSD.org
|
||
|
COMMENT= Convert Hanyang-PUA code to unicode Hangul Jamo
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= distutils autoplist
|
||
|
|
||
|
.include <bsd.port.mk>
|