2013-09-21 01:17:30 +02:00
|
|
|
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
2003-02-25 07:19:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xmlconfigfile
|
2007-01-05 10:56:32 +01:00
|
|
|
PORTVERSION= 0.9.7
|
2003-02-25 07:19:38 +01:00
|
|
|
CATEGORIES= textproc devel ruby
|
2004-12-25 23:37:53 +01:00
|
|
|
MASTER_SITES= http://www.cs.ualberta.ca/~schofiel/xml-configfile/downloads/
|
2003-02-25 07:19:38 +01:00
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
2004-12-25 23:37:53 +01:00
|
|
|
DISTNAME= xml-configfile-${PORTVERSION}
|
2003-02-25 07:19:38 +01:00
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
2013-11-29 08:37:52 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-25 07:19:38 +01:00
|
|
|
COMMENT= A Ruby module for easy handling of XML configuration files
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
2003-10-31 19:55:28 +01:00
|
|
|
USE_RUBY_FEATURES= rexml
|
2003-02-25 07:19:38 +01:00
|
|
|
USE_RUBY_SETUP= yes
|
|
|
|
RUBY_SETUP= install.rb
|
|
|
|
|
|
|
|
DOCS= docs CHANGES README TODO
|
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2003-02-25 07:19:38 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${RUBY_MODDOCDIR}
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|