freebsd-ports/graphics/rubygem-exifr/Makefile
Stanislav Sedov 24e61fb8bd - Fix plist [1].
- Patching exifr isn't really needed, since gem provides a wrapper in
  ${PREFIX}/bin for convenience.

Reported by:	erwin [1]
2008-10-11 21:58:29 +00:00

25 lines
599 B
Makefile

# Ports collection makefile for: rubygem-exifr
# Date created: 4 October 2008
# Whom: stas
#
# $FreeBSD$
PORTNAME= exifr
PORTVERSION= 0.10.6
PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RF
MAINTAINER= stas@FreeBSD.org
COMMENT= A pure-ruby EXIF reader
USE_RUBY= yes
USE_RUBYGEMS= yes
post-install:
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | \
${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
@${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | \
${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
.include <bsd.port.mk>