freebsd-ports/www/p5-FCGI-ProcManager/Makefile
Sunpoet Po-Chuan Hsieh 34bc3f163f Update to 0.28
- Add LICENSE
- Add NO_ARCH
- Update pkg-descr
- Take maintainership

Changes:	http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog
2018-02-27 13:25:37 +00:00

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>