freebsd-ports/www/p5-Reddit/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

27 lines
725 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= Reddit
PORTVERSION= 0.3.02.20120418
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= LOCAL/ehaupt
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Module for interacting with Reddit
BUILD_DEPENDS= p5-Module-Install>=0:devel/p5-Module-Install \
p5-Moose>=0:devel/p5-Moose \
p5-ExtUtils-MakeMaker>=6.42:devel/p5-ExtUtils-MakeMaker \
p5-common-sense>=3.2:devel/p5-common-sense
RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \
p5-common-sense>=3.2:devel/p5-common-sense \
p5-JSON>=2:converters/p5-JSON \
p5-HTTP-Cookies>=6:www/p5-HTTP-Cookies \
p5-libwww>=5.829:www/p5-libwww
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>