1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/p5-Mail-Procmail/Makefile
Yen-Ming Lee 49317a632a - use CPAN macro
- fix dependency
- bump PORTREVISION
2008-02-29 02:17:03 +00:00

26 lines
518 B
Makefile

# New ports collection makefile for: p5-Mail-Procmail
# Date Created: 13 Oct 2003
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= Mail-Procmail
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module provides procmail-like tools
RUN_DEPENDS= p5-LockFile-Simple>=0:${PORTSDIR}/devel/p5-LockFile-Simple \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
PERL_CONFIGURE= yes
MAN3= Mail::Procmail.3
.include <bsd.port.mk>