2006-05-22 07:19:07 +02:00
|
|
|
# New ports collection makefile for: Authen-Simple-Net
|
|
|
|
# Date created: 21 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Authen-Simple-Net
|
|
|
|
PORTVERSION= 0.2
|
2010-01-26 16:01:09 +01:00
|
|
|
PORTREVISION= 1
|
2006-05-22 07:19:07 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-22 07:19:07 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-06-04 08:17:03 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-22 07:19:07 +02:00
|
|
|
COMMENT= Simple authentication via FTP, POP3, or SMTP
|
|
|
|
|
2012-06-04 08:17:03 +02:00
|
|
|
BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-22 07:19:07 +02:00
|
|
|
|
|
|
|
MAN3= Authen::Simple::FTP.3 Authen::Simple::POP3.3 Authen::Simple::SMTP.3
|
|
|
|
|
2011-09-17 08:50:17 +02:00
|
|
|
PERL_MODBUILD= yes
|
2006-05-22 07:19:07 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|