mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
24 lines
386 B
Makefile
24 lines
386 B
Makefile
# Created by: Steve Wills <swills@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rubyzip
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= archivers rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 12
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby module for reading and writing zip files
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^1\.2\.
|
|
|
|
.include <bsd.port.mk>
|