1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/p5-App-gist/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

31 lines
618 B
Makefile

# Created by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
# $FreeBSD$
PORTNAME= App-gist
PORTVERSION= 0.16
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ALEXBIO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= GitHub Gist creator
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \
p5-Class-Load>=0:devel/p5-Class-Load \
p5-Moo>=0:devel/p5-Moo \
p5-Pithub>=0:devel/p5-Pithub \
p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= gist-[0-9]*
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>