freebsd-ports/devel/p5-IO-Prompter/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
468 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= IO-Prompter
PORTVERSION= 0.004014
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= zi@FreeBSD.org
COMMENT= Prompt for input, read it, clean it, return it
BUILD_DEPENDS= devel/p5-Contextual-Return>0:devel/p5-Contextual-Return
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
regression-test: build
(cd ${WRKSRC}/ && ${MAKE} test)
.include <bsd.port.mk>