1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/p5-Jonk/Makefile
Andrej Zverev 85b8b87a8e - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 17:17:09 +00:00

22 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= Jonk
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NEKOKAK
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for simple job tank manager
RUN_DEPENDS= \
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>