aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Data-Alias/Makefile
blob: 9e05520f4bcef93cb20e3cf9936c79b7be74fb27 (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
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Data-Alias
PORTVERSION=    1.20
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Comprehensive set of aliasing operations

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

USES=       perl5
USE_PERL5=  configure

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Alias/Alias.so

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} >= 502501
BROKEN=     Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=114544
.endif

.include <bsd.port.post.mk>