34bc3f163f
- Add LICENSE - Add NO_ARCH - Update pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog
20 lines
368 B
Makefile
20 lines
368 B
Makefile
# Created by: Peter <peter@vereshagin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FCGI-ProcManager
|
|
PORTVERSION= 0.28
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Functions for managing FastCGI applications
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|