1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/ftp/ruby-curl/Makefile
Kris Kennaway b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00

49 lines
1.0 KiB
Makefile

# New ports collection makefile for: Ruby/libcurl
# Date created: 31 March 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= curl
PORTVERSION= 0.0.2.a0
PORTREVISION?= 1
CATEGORIES= ftp www ruby
MASTER_SITES= http://www.d1.dion.ne.jp/~matuyuki/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= rbCurl-${PORTVERSION:S/.a/a/}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby interface to libcurl
BROKEN= "Does not compile"
EXPIRATION_DATE=2005-02-18
DEPRECATED= ${BROKEN}
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${DISTNAME:C/a.*//}
INSTALL_TARGET= site-install
DOCS_EN= README TODO
EXAMPLES_EN= example.rb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>