aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-SETI-Stats/Makefile
blob: cf18e6160d15a4c580d47196e5b9f8b6d0a8e249 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for: p5-SETI-Stats
# Date created:         18 September 2001
# Whom:             Eric A. Griff <eric@talesfromthereal.com>
#
# $FreeBSD$
#

PORTNAME=   SETI-Stats
PORTVERSION=    1.06
CATEGORIES= astro perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MH/MHAMILTON
PKGNAMEPREFIX=  p5-

MAINTAINER= eric@talesfromthereal.com
COMMENT=    Perl module for local/remote access to SETI@home stats

PERL_CONFIGURE= yes
MAN3=       SETI::Stats.3

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/SETI-Stats
    ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/SETI-Stats
    ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/SETI-Stats
.endif

.include <bsd.port.mk>