forked from Lainports/freebsd-ports
Change default GEM_NAME from ${PORTNAME}-${PORTVERSION} to ${DISTNAME} to avoid
unnecessary GEM_NAME setting in ports Makefile
Differential Revision: https://reviews.FreeBSD.org/D9250
PR: 216267
Exp-run by: antoine
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hmac
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= security ruby
|
|
MASTER_SITES= RG
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby library which implements the HMAC algorithm
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
DEPRECATED= Use www/rubygem-ruby-hmac instead
|
|
EXPIRATION_DATE= 2017-01-28
|
|
|
|
.include <bsd.port.mk>
|