diff options
Diffstat (limited to 'www/p5-Browser-Open/Makefile')
-rw-r--r-- | www/p5-Browser-Open/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/p5-Browser-Open/Makefile b/www/p5-Browser-Open/Makefile new file mode 100644 index 000000000000..7d193f881ea8 --- /dev/null +++ b/www/p5-Browser-Open/Makefile @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Browser-Open +PORTVERSION= 0.04 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CFRANKS +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Open a browser in a given URL + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> |