6689a143bd
- Add NO_ARCH
18 lines
315 B
Makefile
18 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= semi_semantic
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Library for parsing/formatting/comparing semi-semantic versions
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|