aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/p5-cconv/Makefile
blob: 8b2874d2ee992cdd323f01c12b5f6290659b9d76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   cconv
PORTVERSION=    0.6.1
PORTREVISION=   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>