16 lines
337 B
Makefile
16 lines
337 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/16 00:02:24 sthen Exp $
|
||
|
|
||
|
COMMENT = allow complex data structures to be encoded using flat URIs
|
||
|
|
||
|
MODULES = cpan
|
||
|
DISTNAME = Data-URIEncode-0.11
|
||
|
CATEGORIES = www
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
PERMIT_PACKAGE_FTP = Yes
|
||
|
PERMIT_DISTFILES_CDROM =Yes
|
||
|
PERMIT_DISTFILES_FTP = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|