freebsd-ports/devel/p5-DynaLoader-Functions/Makefile
2021-06-25 21:34:18 +08:00

23 lines
471 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= DynaLoader-Functions
PORTVERSION= 0.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Deconstructed dynamic C library loading
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>