1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/devel/p5-Sub-Quote/Makefile
2019-03-12 18:10:56 +00:00

27 lines
511 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sub-Quote
PORTVERSION= 2.006003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HAARG
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Efficient generation of subroutines via string eval
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Fatal>=0.003:devel/p5-Test-Fatal
CONFLICTS_INSTALL= p5-Moo-[01]* p5-Moo-2.00[0-2]*
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>