aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Spiffy/Makefile
blob: 3c6cce8182a95d1d5c4620dfc64c7ca43239abb6 (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
# Created by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
# $FreeBSD$

PORTNAME=   Spiffy
PORTVERSION=    0.31
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:INGY
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Spiffy Perl Interface Framework For You

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

OPTIONS_DEFINE= DOCS

USES=       perl5
USE_PERL5=  configure

PORTDOCS=   Changes README

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${STAGEDIR}${DOCSDIR}/
    cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.endif

.include <bsd.port.mk>