cc2de879b5
- Bump PORTREVISION for dependent port Notified by: mmoll
22 lines
410 B
Makefile
22 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= puppet_forge
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby client for the Puppet Forge API
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-her>=0.6.8:${PORTSDIR}/databases/rubygem-her
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|