Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-mem / Makefile
1 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       mem
5 PORTVERSION=    0.4.6
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:LAWALSH
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Use "in-mem" pkgs and force definitions into mem early
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 NO_ARCH=        yes
18 USE_PERL5=      configure
19 USES=           perl5
20
21 .include <bsd.port.pre.mk>
22
23 .if ${PERL_LEVEL} < 502000
24 BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.82:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
25 .endif
26
27 .include <bsd.port.post.mk>