2013-08-05 17:05:29 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2009-07-02 16:19:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Devel-Ditto
|
|
|
|
PORTVERSION= 0.06
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-07-02 16:19:12 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Devel::Ditto - Identify where print output comes from
|
|
|
|
|
|
|
|
RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2009-07-02 16:19:12 +02:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2009-07-02 16:19:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|