1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/p5-UNIVERSAL-isa/Makefile
2017-10-13 09:21:10 +00:00

21 lines
394 B
Makefile

# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# $FreeBSD$
PORTNAME= UNIVERSAL-isa
PORTVERSION= 1.20171012
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Try to recover from people calling UNIVERSAL::isa as a function
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>