1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/chinese/p5-cconv/Makefile
Sunpoet Po-Chuan Hsieh 9f86ec0c8e - Add LICENSE
2013-11-22 12:43:10 +00:00

23 lines
463 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cconv
PORTVERSION= 0.6.1
CATEGORIES= chinese converters perl5
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-perl-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl wrapper for chinese/cconv
LICENSE= GPLv2
LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
CFLAGS+= -I${LOCALBASE}/include
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>