blob: 2a5a50b38b847a6ce7a1e90fb7619fed1009d53e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Mail-Bulkmail
# Date created: Wed Jan 3 13:26:45 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Mail-Bulkmail
PORTVERSION= 2.05
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Mail::Bulkmail.3
.include <bsd.port.mk>
|