freebsd-ports/astro/weatherspect/Makefile
Bernhard Froehlich 630ac2796e - Add PORTSCOUT to ignore 1.31 (should have been 1.3.1)
PR:		ports/149723
Submitted by:	Simon Olofsson <simon at olofsson dot de>
Approved by:	beat (co-mentor)
2010-08-18 20:05:47 +00:00

30 lines
735 B
Makefile

# New ports collection makefile for: weatherspect
# Date created: 2006-05-16
# Whom: Simon Olofsson <simon@olofsson.de>
#
# $FreeBSD$
#
PORTNAME= weatherspect
PORTVERSION= 1.8
CATEGORIES= astro
MASTER_SITES= http://www.robobunny.com/projects/weatherspect/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
MAINTAINER= simon@olofsson.de
COMMENT= Weather simulation in ASCII art
RUN_DEPENDS= \
${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation \
${SITE_PERL}/Weather/Underground.pm:${PORTSDIR}/astro/p5-Weather-Underground
PORTSCOUT= skipv:1.31 # Wrong versioning upstream
NO_BUILD= yes
USE_PERL5= yes
PLIST_FILES= bin/weatherspect
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>