mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
7a7251a826
Add license information. It's basically MIT with an extra clause that if you change the license it must say so at the top of the file. Changes: https://metacpan.org/changes/distribution/FCGI
25 lines
553 B
Makefile
25 lines
553 B
Makefile
# Created by: Kelly Yancey <kbyanc@posi.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FCGI
|
|
PORTVERSION= 0.78
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Modules for perl5, for enabling FastCGI support in CGI scripts
|
|
|
|
LICENSE= OpenMarket
|
|
LICENSE_NAME= Open Market License
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/FCGI/FCGI.so
|
|
|
|
.include <bsd.port.mk>
|