diff options
Diffstat (limited to 'mail/majorcool/Makefile')
-rw-r--r-- | mail/majorcool/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile index c2a993e..a8cb7f3 100644 --- a/mail/majorcool/Makefile +++ b/mail/majorcool/Makefile @@ -1,20 +1,23 @@ # New ports collection makefile for: majorcool -# Version required: unknown +# Version required: 1.1.0 # Date created: Wed Aug 13 18:34:14 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/13 18:32:48 andreas Exp $ # DISTNAME= majorcool +PKGNAME= majorcool-1.1.0 CATEGORIES= mail MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ -WRKSRC= ${WRKDIR} MAINTAINER= andreas@FreeBSD.ORG +RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 + NO_BUILD= yes NO_PACKAGE= "Too many questions" +WRKSRC= ${WRKDIR} do-install: ( cd ${WRKSRC}; ${SH} Configure ) |