Files
ports/devel/rubygem-excon/Makefile
Stefan Eßer 43b722f804 devel/rubygem-excon: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 23:30:51 +02:00

21 lines
356 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= excon
PORTVERSION= 0.86.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extended http(s) Connections Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>