1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/devel/p5-XSLoader/Makefile
2021-04-06 16:31:07 +02:00

21 lines
375 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= XSLoader
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SAPER
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dynamically load C libraries into Perl code
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>