diff options
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 953190d3bf86..732b332019c3 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: parrot -# Date created: 15 April 2005 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= parrot PORTVERSION= ${PARROT_VERSION} +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ |