summaryrefslogtreecommitdiff
path: root/recipes/XML-Simple.recipe
blob: 1629c730329db4f0f6b1247d5cba56d97daf90dc (plain)
1
2
3
4
5
6
7
8
9
10
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'XML-Simple'
    version = '2.20'
    stype = SourceType.TARBALL
    url = 'http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-Simple-2.20.tar.gz'
    licenses = [License.GPLv1Plus]
    btype = BuildType.MAKEFILE
    configure_tpl = 'perl Makefile.PL PREFIX=$CERBERO_PREFIX'