diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
commit | f3bfa725e786ecbfe3dca14a185614cd9773f1a0 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /mail | |
parent | - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS (diff) |
Add licence info to some ports
Submitted by: 4721
Notes
Notes:
svn path=/head/; revision=316959
Diffstat (limited to 'mail')
-rw-r--r-- | mail/biabam/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/biabam/Makefile b/mail/biabam/Makefile index 76d55e5a1d94..b61ee64ce92e 100644 --- a/mail/biabam/Makefile +++ b/mail/biabam/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: biabam -# Date created: 03 January 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# +# Created by: George Reid <greid@ukug.uk.freebsd.org> # $FreeBSD$ -# PORTNAME= biabam PORTVERSION= 0.9.7 @@ -14,6 +10,9 @@ MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ MAINTAINER= crees@FreeBSD.org COMMENT= A command-line attachment mailer +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes |