mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
25 lines
509 B
Makefile
25 lines
509 B
Makefile
PORTNAME= Sub-Quote
|
|
PORTVERSION= 2.006008
|
|
PORTREVISION= 1
|
|
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
|
|
WWW= https://metacpan.org/pod/Sub::Quote
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-XString>=0:textproc/p5-XString
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|