Update shells/bash to version 4.3.26
[dports.git] / science / p5-Physics-Unit / Makefile
1 # Created by: Frederic Culot <frederic@culot.org>
2 # $FreeBSD$
3
4 PORTNAME=       Physics-Unit
5 PORTVERSION=    0.53
6 CATEGORIES=     science perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     culot@FreeBSD.org
11 COMMENT=        Manipulate Physics units and dimensions
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 USES=           perl5
17 USE_PERL5=      modbuild
18
19 OPTIONS_DEFINE= EXAMPLES
20
21 PORTEXAMPLES=   *
22
23 .include <bsd.port.options.mk>
24
25 post-install:
26         ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
27         (cd ${WRKSRC}/eg/ && ${COPYTREE_SHARE} '*.pl' ${STAGEDIR}${EXAMPLESDIR})
28
29 .include <bsd.port.mk>