aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Set-Object/Makefile
blob: 53ef9c83a322f4373dbf11e77eb947db30abba06 (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
29
30
31
32
33
# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$

PORTNAME=   Set-Object
PORTVERSION=    1.31
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl module to manage sets of objects

LICENSE=    ART10

OPTIONS_DEFINE= DOCS

USES=       perl5
USE_PERL5=  configure

MAN3=       Set::Changes.3 Set::Object.3 Set::Object::Weak.3
PORTDOCS=   Changes.pod README

NO_STAGE=   yes
.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
    @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.include <bsd.port.mk>