freebsd-ports/www/p5-HTTP-Server-Simple/Makefile
Lars Thegler 9efa4d1ca9 - Update to 0.51
- Add LICENSE
- Transfer maintainership

Changes:	https://metacpan.org/changes/distribution/HTTP-Server-Simple
2015-10-16 21:17:01 +00:00

19 lines
334 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTTP-Server-Simple
PORTVERSION= 0.51
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple standalone HTTP daemon
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>