diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /java | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'java')
-rw-r--r-- | java/mmake/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/java/mmake/Makefile b/java/mmake/Makefile index 17364b5449b8..9b6786030574 100644 --- a/java/mmake/Makefile +++ b/java/mmake/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mmake -# Date created: Sep 1, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mmake PORTVERSION= 2.3 @@ -18,7 +13,7 @@ COMMENT= Create a Makefile for Your Java files, ready to compile BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes USE_GMAKE= yes NO_BUILD= yes |