1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/rvm/Makefile
Sunpoet Po-Chuan Hsieh 1c5ce5a310 - Add LICENSE
- Update MASTER_SITES: add http:// links
2013-11-17 11:09:36 +00:00

24 lines
502 B
Makefile

# Created by: jaharkes
# $FreeBSD$
PORTNAME= rvm
PORTVERSION= 1.17
CATEGORIES= devel
MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rvm/src/ \
http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Persistent VM library
LICENSE= LGPL20
LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp
USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>