diff options
Diffstat (limited to 'devel/p5-Test-Assertions/Makefile')
-rw-r--r-- | devel/p5-Test-Assertions/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-Test-Assertions/Makefile b/devel/p5-Test-Assertions/Makefile index ae6c1966ae24..d0bc8707680d 100644 --- a/devel/p5-Test-Assertions/Makefile +++ b/devel/p5-Test-Assertions/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-Test-Assertions -# Date created: 27 May 2007 -# Whom: Lars Thegler <lth@FreeBSD.org> -# +# Created by: Lars Thegler <lth@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Test-Assertions PORTVERSION= 1.054 @@ -25,4 +21,5 @@ MAN3= Test::Assertions.3 \ Test::Assertions::Manual.3 \ Test::Assertions::TestScript.3 +NO_STAGE= yes .include <bsd.port.mk> |