mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
0bfaa5974a
- add URLs of MASTER_SITES - add LICENSE related lines PR: ports/165272 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
# New ports collection makefile for: Ruby/NArrayMiss
|
|
# Date created: 15 Febrary 2004
|
|
# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= narray_miss
|
|
PORTVERSION= 1.2.6
|
|
CATEGORIES= math ruby
|
|
MASTER_SITES= http://ruby.gfd-dennou.org/products/narray_miss/ \
|
|
http://dennou-h.gfd-dennou.org/library/ruby/products/narray_miss/ \
|
|
http://dennou-q.gfd-dennou.org/library/ruby/products/narray_miss/
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Additional class with processing of missing value to NArray
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
DOCS= LICENSE.txt README.rdoc
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${RAKE_BIN} nongeminstall
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${RUBY_MODDOCDIR}
|
|
.for f in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|