blob: af4f6ffd8fad281a62087861ab310a3c2a57832e (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "ExtUtils::Depends - Easily build XS extensions that depend on XS extensions"
SECTION = "libs"
LICENSE = "Artistic|GPL"
PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RM/RMCFARLA/Gtk2-Perl/ExtUtils-Depends-${PV}.tar.gz"
S = "${WORKDIR}/ExtUtils-Depends-${PV}"
inherit cpan
|