1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/p5-Sub-Quote/Makefile
2017-09-15 08:58:46 +00:00

26 lines
510 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= Sub-Quote
PORTVERSION= 2.004000
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>