diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-10 09:41:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-11-10 09:41:47 +0000 |
commit | 2785136f82e7913dc483a259ec41086ec1f4e352 (patch) | |
tree | 84eccfc184c5c9d93afac29477e19b725fa5c658 /www/p5-JE | |
parent | 236f5555af42a34a4d86e8d4678940c509f355f6 (diff) | |
download | ports-2785136f82e7913dc483a259ec41086ec1f4e352.tar.gz ports-2785136f82e7913dc483a259ec41086ec1f4e352.zip |
Notes
Diffstat (limited to 'www/p5-JE')
-rw-r--r-- | www/p5-JE/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/p5-JE/Makefile b/www/p5-JE/Makefile index 828b57258a93..c82762a0dc89 100644 --- a/www/p5-JE/Makefile +++ b/www/p5-JE/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-JE -# Date created: 27 Jan 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= JE PORTVERSION= 0.060 @@ -35,4 +31,7 @@ MAN3= JE::Object.3 JE::_FieldHash.3 JE::String.3 \ JE::Types.3 JE::Object::Array.3 JE::Object::Function.3 JE.3 \ JE::Destroyer.3 +# Wrong versioning upstream +PORTSCOUT= skipv:0.54 + .include <bsd.port.mk> |