summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Procmailrc/Makefile
blob: 556102302d2a1a3bc8aa58afe460bcc6c0805e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: ijliao
# $FreeBSD$

PORTNAME=	Mail-Procmailrc
PORTVERSION=	1.09
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN \
		http://scott.wiersdorf.org/perl/
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl OO interface to procmail rc files

USES=		perl5
USE_PERL5=	configure

MAN3=		Mail::Procmailrc.3

.include <bsd.port.mk>