mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Handles storing bookmarks for URIs in ZConf.
WWW: http://search.cpan.org/dist/ZConf-Bookmarks/ PR: ports/139745 Submitted by: Zane C, Bowers <vvelox at vvelox.net>
This commit is contained in:
parent
fff3a59c5e
commit
041ce9131b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243451
@ -2106,6 +2106,7 @@
|
||||
SUBDIR += p5-XML-Pastor
|
||||
SUBDIR += p5-XSLoader
|
||||
SUBDIR += p5-Yada-Yada-Yada
|
||||
SUBDIR += p5-ZConf-Bookmarks
|
||||
SUBDIR += p5-ZConf-GUI
|
||||
SUBDIR += p5-ZML
|
||||
SUBDIR += p5-accessors
|
||||
|
24
devel/p5-ZConf-Bookmarks/Makefile
Normal file
24
devel/p5-ZConf-Bookmarks/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: net/p5-ZConf-Bookmarks
|
||||
# Date created: 2009-10-19
|
||||
# Whom: Zane C, Bowers <vvelox@vvelox.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ZConf-Bookmarks
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= A system for bookmarking URIs using ZConf
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= ZConf::Bookmarks.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-ZConf-Bookmarks/distinfo
Normal file
3
devel/p5-ZConf-Bookmarks/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ZConf-Bookmarks-0.2.4.tar.gz) = f80889e05f536cb336d01ef76952a50f
|
||||
SHA256 (ZConf-Bookmarks-0.2.4.tar.gz) = 77568b2f972f07b66ee3c0f2bdeef6089e0559e1c5a10c574b7c4eb267fec6df
|
||||
SIZE (ZConf-Bookmarks-0.2.4.tar.gz) = 7593
|
3
devel/p5-ZConf-Bookmarks/pkg-descr
Normal file
3
devel/p5-ZConf-Bookmarks/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Handles storing bookmarks for URIs in ZConf.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ZConf-Bookmarks/
|
5
devel/p5-ZConf-Bookmarks/pkg-plist
Normal file
5
devel/p5-ZConf-Bookmarks/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/ZConf/Bookmarks.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Bookmarks/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Bookmarks
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf
|
||||
@dirrmtry %%SITE_PERL%%/ZConf/
|
Loading…
Reference in New Issue
Block a user