mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= httplog
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Log outgoing HTTP requests
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-colorize>=0:devel/rubygem-colorize \
|
|
rubygem-rake>=0:devel/rubygem-rake
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|