diff options
author | az <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /japanese/esecanna-module-vje30/Makefile | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | FreeBSD-ports-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip FreeBSD-ports-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'japanese/esecanna-module-vje30/Makefile')
-rw-r--r-- | japanese/esecanna-module-vje30/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/japanese/esecanna-module-vje30/Makefile b/japanese/esecanna-module-vje30/Makefile index e275438..38b5eea 100644 --- a/japanese/esecanna-module-vje30/Makefile +++ b/japanese/esecanna-module-vje30/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: esecanna module for VJE-Delta 3.0 -# Date created: 24 February 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# +# Created by: Akinori MUSHA aka knu <knu@idaemons.org> # $FreeBSD$ -# PORTNAME= esecanna-module-vje30 PORTVERSION= 1.0.1 @@ -19,7 +15,7 @@ COMMENT= Esecanna module for VJE-Delta 3.0 RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes USE_GMAKE= yes # VJE-Delta 3.0 is installed under /usr/local fixedly |