2006-05-22 07:37:30 +02:00
|
|
|
# New ports collection makefile for: Authen-Simple-Passwd
|
|
|
|
# Date created: 21 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Authen-Simple-Passwd
|
|
|
|
PORTVERSION= 0.6
|
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 07:37:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-12-13 19:07:49 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-22 07:37:30 +02:00
|
|
|
COMMENT= Simple Passwd authentication
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-22 07:37:30 +02:00
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2006-05-22 07:37:30 +02:00
|
|
|
MAN3= Authen::Simple::Passwd.3
|
|
|
|
|
2011-09-17 08:50:17 +02:00
|
|
|
PERL_MODBUILD= yes
|
2006-05-22 07:37:30 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|