Po-Chuan Hsieh 32ae0f0601
devel/p5-subroutines: Add p5-subroutines 0.001
subroutines declares routines in your module that are copied from another
module.
2024-09-05 14:11:18 +08:00

22 lines
407 B
Makefile

PORTNAME= subroutines
PORTVERSION= 0.001
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Use subroutines from another module
WWW= https://metacpan.org/dist/subroutines
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>