head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2010.06.07.20.48.37;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.09.11.15.29;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.07.03.50.01;	author knu;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ruby-libarchive
# Date created:		7 January 2009
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/archivers/ruby-libarchive/Makefile 300895 2012-07-14 12:56:14Z beat $

PORTNAME=	libarchive
PORTVERSION=	0.1.1
CATEGORIES=	archivers ruby
MASTER_SITES=	RF
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	knu@@FreeBSD.org
COMMENT=	Ruby bindings for libarchive

USE_BZIP2=	yes
USE_RUBY=	yes
USE_RUBY_EXTCONF=	yes

WRKSRC=		${WRKDIR}/ext

DOCS=		README.txt doc

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODDOCDIR}
	cd ${WRKDIR}; ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/
.endif

.include <bsd.port.mk>
@


1.3
log
@- Convert to RF macro

With Hat:   ruby@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Update to 0.1.1.
@
text
@d10 1
a10 2
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.1
log
@Add ruby-libarchive, Ruby bindings for libarchive.
@
text
@d8 1
a8 1
PORTVERSION=	0.1.0
@

