freebsd-ports/devel/rubygem-shoulda-context/Makefile
Steve Wills ec4947a312 - Fix group permissions
PR:		ports/180379
Reported by:	romain
2013-07-21 04:45:05 +00:00

22 lines
491 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= shoulda-context
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Context framework extracted from Shoulda
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES+= bin/convert_to_should_syntax
post-patch:
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} g+rx '{}' +
@${FIND} ${WRKSRC} -type f -exec ${CHMOD} g+r '{}' +
.include <bsd.port.mk>