aboutsummaryrefslogtreecommitdiffstats
path: root/science/p5-Physics-Unit/Makefile
blob: 035c8b5ed874c9a724ede6163e1da25dceba4ed8 (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
# Created by: Frederic Culot <frederic@culot.org>
# $FreeBSD$

PORTNAME=   Physics-Unit
PORTVERSION=    0.53
PORTREVISION=   1
CATEGORIES= science perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= culot@FreeBSD.org
COMMENT=    Manipulate Physics units and dimensions

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  modbuild

OPTIONS_DEFINE= EXAMPLES

PORTEXAMPLES=   *

.include <bsd.port.options.mk>

post-install:
    ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
    (cd ${WRKSRC}/eg/ && ${COPYTREE_SHARE} '*.pl' ${STAGEDIR}${EXAMPLESDIR})

.include <bsd.port.mk>