diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-13 17:55:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-13 17:55:24 +0000 |
commit | 40b87d9ae0b375582e25a11bba7cb589d10cd068 (patch) | |
tree | fe8a9a7b1fd228e0588d23ac33c636eb16e58f36 /net/ruby-net-geoip/Makefile | |
parent | e1c60bb35d99b754e4c3cc4216f8011ab6368d6e (diff) |
Notes
Diffstat (limited to 'net/ruby-net-geoip/Makefile')
-rw-r--r-- | net/ruby-net-geoip/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile deleted file mode 100644 index 88dd77b1f9d6..000000000000 --- a/net/ruby-net-geoip/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Sean Chittenden <seanc@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= net-geoip -PORTVERSION= 0.07 -PORTREVISION= 1 -CATEGORIES= net ruby geography -MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/ruby/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby extension that wraps around libGeoIP - -BUILD_DEPENDS= GeoIP>=1.4.6:${PORTSDIR}/net/GeoIP -LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP - -USES= iconv -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -INSTALL_TARGET= site-install - -DOCS= README - -OPTIONS_DEFINE= DOCS - -BROKEN= Does not build, use net/rubygem-geoip instead -DEPRECATED= Broken -EXPIRATION_DATE= 2014-09-12 - -post-install: - @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ -.endfor - -.include <bsd.port.mk> |