diff options
| author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-29 11:43:04 +0000 |
|---|---|---|
| committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-29 11:43:04 +0000 |
| commit | dfa7964dc2f4c6e63340c03452b787064d8a06c8 (patch) | |
| tree | f703e6c4b70cea892ed094371131000c5188a070 /databases/ruby-dbd_sqlite/Makefile | |
| parent | - Update to 0.2.5 (diff) | |
- Update to 0.1.2
Diffstat (limited to 'databases/ruby-dbd_sqlite/Makefile')
| -rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile index fffdeab8720b..d8100c00413a 100644 --- a/databases/ruby-dbd_sqlite/Makefile +++ b/databases/ruby-dbd_sqlite/Makefile @@ -6,44 +6,21 @@ # PORTNAME= dbd_sqlite -PORTVERSION= ${RUBY_DBI_PORTVERSION} -PORTREVISION= 1 +PORTVERSION= 0.1.2 CATEGORIES= databases ruby -MASTER_SITES= ${RUBY_DBI_MASTER_SITES} -MASTER_SITE_SUBDIR= ${RUBY_DBI_MASTER_SITE_SUBDIR} +MASTER_SITES= RF +MASTER_SITE_SUBDIR= ruby-dbi PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${RUBY_DBI_DISTNAME} +DISTNAME= dbd-sqlite-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= SQLite driver for DBI-for-Ruby LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 -RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} +RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${PORTSDIR}/databases/ruby-dbi USE_RUBY= yes USE_RUBY_SETUP= yes -SLAVE_PORT= yes -MASTER_PORT= databases/ruby-dbi - -WRKSRC= ${RUBY_DBI_WRKSRC} -CONFIGURE_ARGS= --with=ext/${PORTNAME} - -DOCS_EN= ext/${PORTNAME}/README - -.include "${.CURDIR}/../ruby-dbi/Makefile.common" - -post-patch: - ${RUBY} -i- -pe "gsub 'dir_config \'sqlite\'', 'dir_config \'sqlite\', \'${LOCALBASE}\''" \ - ${WRKSRC}/ext/${PORTNAME}/extconf.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - .include <bsd.port.mk> |
