pkgsrc-wip/Siesta/Makefile
pancake ;) 95ead0c842 Initial import of Siesta
Siesta is a mailing list manager based on Perl modules,
with a nice cmdline tool.

TODO:

* PLIST depends on perl version. I have 5.9 installed and it's broken to 5.8
* Not tested yet
* You must specify the path in instalation process.
2004-03-05 12:59:35 +00:00

15 lines
352 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/05 12:59:35 poppnk Exp $
#
DISTNAME= Siesta-0.65
CATEGORIES= wip
MASTER_SITES= http://siesta.unixbeard.net/releases/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://siesta.unixbeard.net/
COMMENT= Siesta Mailing List Manager
USE_PERL5= YES
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"