mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
365f70a6aa
Approved by: portmgr (blanket infrastructure)
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
|
|
post-extract:
|
|
@${REINPLACE_CMD} -e '/Test::/d' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|