1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/p5-Probe-Perl/Makefile
Felippe de Meirelles Motta bff0d25c06 - Change my mail address to lippe@.
Approved by:	araujo (mentor)
2008-03-10 00:52:12 +00:00

25 lines
615 B
Makefile

# 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/../by-authors/id/K/KW/KWILLIAMS/
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Information about the currently running perl
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
PERL_CONFIGURE= yes
MAN3= Probe::Perl.3
.include <bsd.port.mk>