aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-xslt/Makefile
blob: e86e21e4e6e935ef9916853d0e58054e5cc3588b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    ruby-xmlscan
# Date created:     22 August 2001
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   xslt
PORTVERSION=    0.8.1
CATEGORIES= textproc ruby
MASTER_SITES=   http://gregoire.lejeune.free.fr/
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DISTNAME=   ruby-${PORTNAME}_${PORTVERSION}
DIST_SUBDIR=    ruby

MAINTAINER= ports@FreeBSD.org
COMMENT=    An XSLT processor in pure Ruby

USE_GNOME=  libxslt
USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes

WRKSRC=     ${WRKDIR}/ruby-${PORTNAME}

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${RUBY_MODDOCDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}
.endif

.include <bsd.port.mk>