ccec381a9c
- Add NO_ARCH Changes: https://github.com/judofyr/temple/blob/master/CHANGES
18 lines
278 B
Makefile
18 lines
278 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= temple
|
|
PORTVERSION= 0.7.6
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Template compilation framework in Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|