75f4c71b26
- Add LICENSE - Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/Net-ManageSieve/Changes
27 lines
568 B
Makefile
27 lines
568 B
Makefile
# New ports collection makefile for: Net-ManageSieve
|
|
# Date created: 11 Aug 2008
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-ManageSieve
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= ManageSieve Protocol Client
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
|
|
RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::ManageSieve.3
|
|
|
|
.include <bsd.port.mk>
|