aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gxanim
diff options
context:
space:
-rw-r--r--graphics/gxanim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gxanim/Makefile b/graphics/gxanim/Makefile
index f2101de6c5a0..4696cf211f72 100644
--- a/graphics/gxanim/Makefile
+++ b/graphics/gxanim/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: xanim
-# Version required: 0.50
# Date created: Sat Nov 5 11:43:03 PST 1994
# Whom: Rod Taylor
#
# $FreeBSD$
#
-DISTNAME= gxanim-0.50
+PORTNAME= gxanim
+PORTVERSION= 0.50
CATEGORIES= graphics
MASTER_SITES= http://www.iag.net/~aleris/ \
http://www.zort.on.ca/software/
ht .sb { color: #D20; background-color: #FFF0F0 } /* Literal.String.Backtick */ .highlight .sc { color: #D20; background-color: #FFF0F0 } /* Literal.String.Char */ .highlight .dl { color: #D20; background-color: #FFF0F0 } /* Literal.String.Delimiter */ .highlight .sd { color: #D20; background-color: #FFF0F0 } /* Literal.String.Doc */ .highlight .s2 { color: #D20; background-color: #FFF0F0 } /* Literal.String.Double */ .highlight .se { color: #04D; background-color: #FFF0F0 } /* Literal.String.Escape */ .highlight .sh { color: #D20; background-color: #FFF0F0 } /* Literal.String.Heredoc */ .highlight .si { color: #33B; background-color: #FFF0F0 } /* Literal.String.Interpol */ .highlight .sx { color: #2B2; background-color: #F0FFF0 } /* Literal.String.Other */ .highlight .sr { color: #080; background-color: #FFF0FF } /* Literal.String.Regex */ .highlight .s1 { color: #D20; background-color: #FFF0F0 } /* Literal.String.Single */ .highlight .ss { color: #A60; background-color: #FFF0F0 } /* Literal.String.Symbol */ .highlight .bp { color: #038 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #06B; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #369 } /* Name.Variable.Class */ .highlight .vg { color: #D70 } /* Name.Variable.Global */ .highlight .vi { color: #33B } /* Name.Variable.Instance */ .highlight .vm { color: #369 } /* Name.Variable.Magic */ .highlight .il { color: #00D; font-weight: bold } /* Literal.Number.Integer.Long */
PORTNAME=	DBIx-Class-UUIDColumns
PORTVERSION=	0.02006
PORTREVISION=	1
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module implementing implicit UUID columns
WWW=		https://metacpan.org/release/DBIx-Class-UUIDColumns

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-Accessor-Grouped>=0:devel/p5-Class-Accessor-Grouped \
		p5-DBD-SQLite>=1.11:databases/p5-DBD-SQLite \
		p5-DBIx-Class>=0.07005:databases/p5-DBIx-Class \
		p5-Data-UUID>=0:devel/p5-Data-UUID

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>