# New ports collection makefile for: rubygem-trollop # Date created: 06/01/2009 # Whom: Dennis Herrmann # # $FreeBSD$ # PORTNAME= trollop PORTVERSION= 1.13 CATEGORIES= devel rubygems MASTER_SITES= RF/trollop MAINTAINER= dhn@FreeBSD.org COMMENT= A commandline option parser for Ruby that gets out of your way USE_RUBY= yes USE_RUBYGEMS= yes USE_RAKE= yes post-install: @${ECHO} ${GEM_CACHE} >> ${TMPPLIST} @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST} @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST} @${ECHO} ${GEM_SPEC} >> ${TMPPLIST} @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST} @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST} .include