diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:44:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:44:14 +0000 |
commit | 46f9eb7bdb72a12f98990747860f7e9bd8fc9c2d (patch) | |
tree | 9f505daf050a83a37a7110d6acec24fb41a83610 /www/p5-Nginx-Simple/Makefile | |
parent | 4f0f40cb05fcf0dafeb29921258f35833e960b6d (diff) | |
download | ports-46f9eb7bdb72a12f98990747860f7e9bd8fc9c2d.tar.gz ports-46f9eb7bdb72a12f98990747860f7e9bd8fc9c2d.zip |
Notes
Diffstat (limited to 'www/p5-Nginx-Simple/Makefile')
-rw-r--r-- | www/p5-Nginx-Simple/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Nginx-Simple/Makefile b/www/p5-Nginx-Simple/Makefile index d20a72c753cf..dba5fe18f9d2 100644 --- a/www/p5-Nginx-Simple/Makefile +++ b/www/p5-Nginx-Simple/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= simond@irrelevant.org COMMENT= Perl 5 module for easy to use interface for Nginx Perl Module -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= Nginx::Simple::Dispatch.3 Nginx::Simple::Cookie.3 \ Nginx::Simple::Ajax.3 Nginx::Simple.3 \ |