diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 16:27:33 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 16:27:33 +0000 |
commit | 53182d5303aed8159939f9a11655ba55d053bf2c (patch) | |
tree | cf2378ed4a2c4074c9347384a6546740b6b8e997 /www/p5-Apache-Gallery | |
parent | ecc2da4a21974aa01c1dae1b0e1da343b98407ee (diff) | |
download | pkgsrc-53182d5303aed8159939f9a11655ba55d053bf2c.tar.gz |
adding destdir support and license (artistic, see README)
Diffstat (limited to 'www/p5-Apache-Gallery')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 88dcdc1fcf0..3a42d25b5ff 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2008/10/19 19:19:02 he Exp $ +# $NetBSD: Makefile,v 1.39 2009/07/07 16:27:33 sno Exp $ # DISTNAME= Apache-Gallery-0.9.1 @@ -11,6 +11,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://apachegallery.dk/ COMMENT= Perl5/Apache module for handling image directories +LICENSE= artistic + +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-CGI>=2.93:../../www/p5-CGI DEPENDS+= p5-URI>=1.23:../../www/p5-URI |