1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/p5-Sendmail-Milter/Makefile
Cheng-Lung Sung c43be3147b - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@

PR:		ports/98755
Submitted by:	rafan (the fresh committer)
2006-06-25 15:29:12 +00:00

25 lines
548 B
Makefile

# New ports collection makefile for: Sendmail::Milter
# Date created: 25 March 2003
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Sendmail-Milter
PORTVERSION= 0.18
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sendmail
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A module to write mail filters in Perl using sendmail's mail filter API
IGNORE= "Requires perl compiled manually with threads."
PERL_CONFIGURE= yes
MAN3= Sendmail::Milter.3
.include <bsd.port.mk>