diff options
Diffstat (limited to 'chinese/p5-cconv/Makefile')
-rw-r--r-- | chinese/p5-cconv/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/chinese/p5-cconv/Makefile b/chinese/p5-cconv/Makefile deleted file mode 100644 index a6f555134e65..000000000000 --- a/chinese/p5-cconv/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# 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) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -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> |