diff options
Diffstat (limited to 'devel/p5-Class-Gomor/Makefile')
-rw-r--r-- | devel/p5-Class-Gomor/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/p5-Class-Gomor/Makefile b/devel/p5-Class-Gomor/Makefile index 42f600c4f1f2..da98fc456908 100644 --- a/devel/p5-Class-Gomor/Makefile +++ b/devel/p5-Class-Gomor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Class-Gomor -# Date created: 17 May 2006 -# Whom: Christopher Boumenot <boumenot@gmail.com> -# +# Created by: Christopher Boumenot <boumenot@gmail.com> # $FreeBSD$ -# PORTNAME= Class-Gomor PORTVERSION= 1.02 @@ -21,4 +17,5 @@ MAN3= Class::Gomor.3 \ Class::Gomor::Hash.3 \ Class::Gomor::Array.3 +NO_STAGE= yes .include <bsd.port.mk> |