blob: 3e6b001ef56fa7aa70c9cd18123f3d2daa70f467 (
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: p5-Parse-Syslog
# Date created: 27 August 2001
# Whom: Stephen Roznowski (sjr@home.com)
#
# $FreeBSD$
#
PORTNAME= Parse-Syslog
PORTVERSION= 1.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parse
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Parse::Syslog.3
.include <bsd.port.mk>
|