freebsd-ports/devel/p5-POE-API-Peek/Makefile

28 lines
640 B
Makefile
Raw Normal View History

# New ports collection makefile for: POE-API-Peek
# Date created: 11 November 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= POE-API-Peek
2008-08-30 11:21:38 +02:00
PORTVERSION= 1.32
2008-06-03 13:44:21 +02:00
PORTEPOCH= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
2008-06-03 13:44:21 +02:00
MASTER_SITE_SUBDIR= ../../authors/id/S/SU/SUNGO
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Peek into the internals of a running POE environment
2005-11-14 14:43:07 +01:00
BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
${SITE_PERL}/${PERL_ARCH}/Devel/Size.pm:${PORTSDIR}/devel/p5-Devel-Size
RUN_DEPENDS= ${BUILD_DEPENDS}
2004-07-26 07:38:36 +02:00
PERL_CONFIGURE= yes
MAN3= POE::API::Peek.3
.include <bsd.port.mk>