1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/sysutils/ruby-syslog/Makefile
Akinori MUSHA 37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00

33 lines
629 B
Makefile

# New ports collection makefile for: Ruby-syslog
# Date created: 15 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= syslog
PORTVERSION= 20010130
PORTREVISION= 1
CATEGORIES= sysutils ruby
MASTER_SITES= http://www.utdallas.edu/~amos/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
post-extract:
${RM} ${WRKSRC}/depend
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_DOCDIR}/syslog/
${INSTALL_DATA} ${WRKSRC}/0README ${RUBY_DOCDIR}/syslog/
.endif
.include <bsd.port.mk>