From owner-svn-ports-head@FreeBSD.ORG Sat May 25 08:14:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F419D6A; Sat, 25 May 2013 08:14:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E700862E; Sat, 25 May 2013 08:14:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4P8EaL2023160; Sat, 25 May 2013 08:14:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4P8Eaoa023159; Sat, 25 May 2013 08:14:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201305250814.r4P8Eaoa023159@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 25 May 2013 08:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319035 - head/security/p5-Authen-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 May 2013 08:14:37 -0000 Author: sunpoet Date: Sat May 25 08:14:36 2013 New Revision: 319035 URL: http://svnweb.freebsd.org/changeset/ports/319035 Log: - Remove outdated PERL_LEVEL check - Cleanup Makefile header - While I'm here, add LICENSE PR: ports/178923 Submitted by: az Modified: head/security/p5-Authen-Simple/Makefile (contents, props changed) Modified: head/security/p5-Authen-Simple/Makefile ============================================================================== --- head/security/p5-Authen-Simple/Makefile Sat May 25 08:14:12 2013 (r319034) +++ head/security/p5-Authen-Simple/Makefile Sat May 25 08:14:36 2013 (r319035) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple -# Date created: 21 May 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Authen-Simple PORTVERSION= 0.5 @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple authentication framework +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ @@ -28,11 +27,4 @@ MAN3= Authen::Simple.3 \ Authen::Simple::Log.3 \ Authen::Simple::Password.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA -.endif - -.include +.include