freebsd-ports/www/rubygem-addressable/Makefile
Stefan Eßer 45a0900217 www/rubygem-addressable: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 17:40:54 +02:00

22 lines
440 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= addressable
PORTVERSION= 2.8.0
CATEGORIES= www devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Replacement for the URI implementation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-public_suffix>=2.0.2<5:dns/rubygem-public_suffix
USES= cpe gem
CPE_VENDOR= ${PORTNAME}_project
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>