diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:17:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 04:17:29 +0000 |
commit | 7050c27697da05589d5aaa65365ec801f12664dc (patch) | |
tree | d96f769db75e3a9bced19698897692a88a58adb6 /devel/rvm/Makefile | |
parent | 355488ca3fe21165bddfc1285bd792f355ae6d88 (diff) |
Notes
Diffstat (limited to 'devel/rvm/Makefile')
-rw-r--r-- | devel/rvm/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile new file mode 100644 index 000000000000..267511f230ea --- /dev/null +++ b/devel/rvm/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rvm +# Date created: Thu Apr 6 21:30:52 EDT 2000 +# Whom: jaharkes +# +# $FreeBSD$ +# + +PORTNAME= rvm +PORTVERSION= 1.1 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ + +MAINTAINER= lioux@linf.unb.br + +LIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp + +USE_GMAKE= yes +USE_LIBTOOL= yes + +.include <bsd.port.mk> |