blob: d4d990783aef0c96f7d1bbd1ec14ac062d7c9531 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: p5-Probe-Perl
# Date created: 2008-02-14
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Probe-Perl
PORTVERSION= 0.01
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KWILLIAMS
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Information about the currently running perl
BUILD_DEPENDS+= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS+= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
PERL_CONFIGURE= yes
MAN3= Probe::Perl.3
.include <bsd.port.mk>
|