blob: 9379ddb0aa80955122cce8c68d3159fba1a8eb07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.11 2013/09/13 05:56:34 taca Exp $
DISTNAME= addressable-2.3.5
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://addressable.rubyforge.org/
COMMENT= Replacement for the URI Implementation of standard librrary
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|