1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/sysutils/ruby-syslog/Makefile
Akinori MUSHA e7cb00253d Upgrade with Amos Gouaux's version of the Syslog module which was
recently registered on Ruby Application Archive.
2001-02-07 18:17:57 +00:00

32 lines
613 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
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>