freebsd-ports/chinese/p5-cconv/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

27 lines
565 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cconv
PORTVERSION= 0.6.1
DISTVERSIONPREFIX= perl-
PORTREVISION= 2
CATEGORIES= chinese converters perl5
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl wrapper for chinese/cconv
LICENSE= GPLv2
BROKEN= Unfetchable (google code has gone away)
LIB_DEPENDS= libcconv.so:chinese/cconv
USE_PERL5= configure
USES= localbase perl5
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/cconv/cconv.so
.include <bsd.port.mk>