1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/ruby-sysvipc/Makefile
Steve Wills 74eec317c8 - Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to:	swills
Reported by:	bapt
2013-03-03 01:43:02 +00:00

40 lines
755 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= sysvipc
PORTVERSION= 0.7
CATEGORIES= devel ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= clsung@FreeBSD.org
COMMENT= Ruby interface to use System V IPC system calls
DEPRECATED= Does not work with Ruby 1.9
EXPIRATION_DATE= 2013-05-02
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= ${RUBY_RD_HTML_FILES}
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
post-install: doc-install
doc-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.post.mk>