diff options
-rw-r--r-- | devel/p5-File-DesktopEntry/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-File-DesktopEntry/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-File-DesktopEntry/PLIST | 3 | ||||
-rw-r--r-- | devel/p5-File-DesktopEntry/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-File-DesktopEntry/DESCR b/devel/p5-File-DesktopEntry/DESCR new file mode 100644 index 00000000000..726b2472871 --- /dev/null +++ b/devel/p5-File-DesktopEntry/DESCR @@ -0,0 +1,2 @@ +This module can be used to work with .desktop files as specified +by the Freedesktop.org specification. diff --git a/devel/p5-File-DesktopEntry/Makefile b/devel/p5-File-DesktopEntry/Makefile new file mode 100644 index 00000000000..a01a97d62f2 --- /dev/null +++ b/devel/p5-File-DesktopEntry/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/11/29 15:48:32 wiz Exp $ + +DISTNAME= File-DesktopEntry-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/File-DesktopEntry/ +COMMENT= Perl module for handling .desktop files + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_MODULE_TYPE= Module::Build +PERL5_USE_PACKLIST= no + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-File-DesktopEntry/PLIST b/devel/p5-File-DesktopEntry/PLIST new file mode 100644 index 00000000000..e5ec1de5319 --- /dev/null +++ b/devel/p5-File-DesktopEntry/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/29 15:48:32 wiz Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/File/DesktopEntry.pm +${PERL5_SUB_INSTALLVENDORMAN3DIR}/File::DesktopEntry.3 diff --git a/devel/p5-File-DesktopEntry/distinfo b/devel/p5-File-DesktopEntry/distinfo new file mode 100644 index 00000000000..4d5bfd1f7a8 --- /dev/null +++ b/devel/p5-File-DesktopEntry/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/11/29 15:48:32 wiz Exp $ + +SHA1 (File-DesktopEntry-0.04.tar.gz) = 2ab7e9056b745ff5a8530431666c437328b7c7a0 +RMD160 (File-DesktopEntry-0.04.tar.gz) = 18e703eae1a671d0dbbea032f598f2d4a05762b7 +Size (File-DesktopEntry-0.04.tar.gz) = 13784 bytes |