0c450ca76d
- Add LICENSE_FILE Changes: https://github.com/bluemonk/ipaddress/blob/master/CHANGELOG.rdoc
20 lines
372 B
Makefile
20 lines
372 B
Makefile
# Created by: Boris Lytochkin <lytboris@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ipaddress
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= IP address manipulation library for rubygems
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|