freebsd-ports/textproc/ruby-liquid/Makefile
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00

36 lines
902 B
Makefile

# New ports collection makefile for: ruby-liquid
# Date created: 6 October 2008
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= liquid
PORTVERSION= 2.0.0
CATEGORIES= textproc ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
COMMENT= A non evaling template engine for ruby
USE_RUBY= yes
NO_BUILD= yes
SADIR= ${RUBY_SITELIBDIR}
DOCS= CHANGELOG README.txt History.txt
do-install:
${MKDIR} ${SADIR}/liquid/tags ${SADIR}/liquid/extras
${INSTALL_DATA} ${WRKSRC}/lib/liquid.rb ${SADIR}/
${INSTALL_DATA} ${WRKSRC}/lib/liquid/*.rb ${SADIR}/liquid/
${INSTALL_DATA} ${WRKSRC}/lib/liquid/tags/*.rb ${SADIR}/liquid/tags/
${INSTALL_DATA} ${WRKSRC}/lib/extras/*.rb ${SADIR}/liquid/extras/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}/
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${RUBY_MODDOCDIR}/
.endif
.include <bsd.port.mk>