Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / p5-IO-Detect / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       IO-Detect
5 PORTVERSION=    0.005
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Detect if a given scalar is a filehandle
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \
18                 p5-URI>=0:net/p5-URI
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20 TEST_DEPENDS=   p5-IO-All>=0:devel/p5-IO-All \
21                 p5-Path-Class>=0:devel/p5-Path-Class
22
23 CONFLICTS_INSTALL=      p5-Scalar-Does-0.[1-9]*
24
25 USE_PERL5=      configure
26 USES=           perl5
27
28 .include <bsd.port.mk>