Plain ruby ports without C extensions don't need to set
SHARED_ONLY, WANTLIB, or LIB_DEPENDS. ok landry, phessler, sthen
This commit is contained in:
parent
3f82f36bc5
commit
8bd6482dab
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/09/29 15:29:21 jeremy Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/26 21:20:20 jeremy Exp $
|
||||
|
||||
COMMENT= Ruby library to physically locate iPhones
|
||||
|
||||
VERSION= 0.2.0
|
||||
DISTNAME= findmyiphone-${VERSION}
|
||||
PKGNAME= ruby-findmyiphone-${VERSION}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= geo
|
||||
|
||||
HOMEPAGE= http://github.com/mattb/findmyiphone
|
||||
@ -22,9 +20,6 @@ MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
WANTLIB= c m
|
||||
|
||||
LIB_DEPENDS= ${MODRUBY_LIB_DEPENDS}
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::www/ruby-mechanize \
|
||||
::converters/ruby-json \
|
||||
|
@ -1,13 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/09/28 20:12:19 jeremy Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
# $OpenBSD: Makefile,v 1.4 2010/10/26 21:22:01 jeremy Exp $
|
||||
|
||||
COMMENT= automate interaction with websites
|
||||
|
||||
VERSION= 0.9.3
|
||||
DISTNAME= mechanize-${VERSION}
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://mechanize.rubyforge.org/mechanize
|
||||
@ -18,14 +16,12 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c m
|
||||
LIB_DEPENDS= ${MODRUBY_LIB_DEPENDS}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
::devel/ruby-rake
|
||||
RUN_DEPENDS= ::textproc/ruby-nokogiri
|
||||
|
||||
MODULES= lang/ruby
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user