freebsd-ports/www/rubygem-nanoc/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

25 lines
423 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= nanoc
PORTVERSION= 3.6.11
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= zi@FreeBSD.org
COMMENT= Simple but flexible static site generator
LICENSE= MIT
RUN_DEPENDS= rubygem-cri>=2.3:${PORTSDIR}/devel/rubygem-cri
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/nanoc
.include <bsd.port.mk>