diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-05-25 16:14:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-05-25 16:14:36 +0800 |
commit | c2736075ab0a47bd9a0d2000b34a2f86885bba37 (patch) | |
tree | 6dea93ae7a779a465934b517fc9ca8f961c256c6 | |
parent | b93f3ccd2b893b925da03dd7b495964ee82e60e9 (diff) | |
download | freebsd-ports-gnome-c2736075ab0a47bd9a0d2000b34a2f86885bba37.tar.gz freebsd-ports-gnome-c2736075ab0a47bd9a0d2000b34a2f86885bba37.tar.zst freebsd-ports-gnome-c2736075ab0a47bd9a0d2000b34a2f86885bba37.zip |
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
- While I'm here, add LICENSE
PR: ports/178923
Submitted by: az
-rw-r--r-- | security/p5-Authen-Simple/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/security/p5-Authen-Simple/Makefile b/security/p5-Authen-Simple/Makefile index 3770c3948c14..db42c914d5b2 100644 --- a/security/p5-Authen-Simple/Makefile +++ b/security/p5-Authen-Simple/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Authen-Simple -# Date created: 21 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |