1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/p5-Tie-ToObject/Makefile
Steve Wills 461f5c2164 - Add TEST_DEPENDS to enable testing
PR:		ports/165102
Submitted by:	swills (myself)
Approved by:	portmgr (blanket)
2012-02-15 02:50:15 +00:00

28 lines
548 B
Makefile

# New ports collection makefile for: p5-Tie-ToObject
# Date created: 2008-02-13
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Tie-ToObject
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Tie to an existing object
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
PERL_CONFIGURE= yes
MAN3= Tie::ToObject.3
post-extract:
@${REINPLACE_CMD} -e '/Test::/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>