# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup		LJ-Simple 0.15
platforms		darwin
maintainers		genetikayos.com:kayos
description		Simple perl module for managing your LiveJournal account
long_description	"LJ::Simple" is an object based "perl" module \
					which is used to access LiveJournal-based web \
					logs. This module implements most of the flat \
					protocol LiveJournal uses;
homepage		http://www.bpfh.net/computing/software/LJ::Simple/
master_sites	http://www.bpfh.net/computing/software/LJ::Simple/
checksums		md5 16efa946c29235d0d2ab53c660d5ec3c

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
