mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b7c48981b4
- module change install path, effect: textproc/p5-Parse-Flex, and math/p5-Algorithm-Combinatorics
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# New ports collection makefile for: XSLoader
|
|
# Date created: 18 October 2005
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XSLoader
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAPER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Dynamically load C libraries into Perl code
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XSLoader.3
|
|
|
|
.include <bsd.port.mk>
|